You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a migration to your library (due to the new-ish Apple Privacy requirements), I noticed that the ReadDirItem type from itinance/react-native-fs is not present in this lib. It seems to have been changed to ReadDirResItemT.
So the statement in the readme, aside from the word "presumably", is not totally correct:
v2.22.0 of this library is, presumably, a drop-in replacement for the latest (v2.20.0) release of the original, upstream react-native-fs (beside the need to upgrade host project to the lates RN v0.73). It has matching functionality and API, with just a handfull of internal fixes, and a few additions.
I suppose it should be documented (along with other changes) for those migrating over. Not sure if any other interfaces have also changed.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for continuing to maintain this lib!
During a migration to your library (due to the new-ish Apple Privacy requirements), I noticed that the
ReadDirItem
type fromitinance/react-native-fs
is not present in this lib. It seems to have been changed toReadDirResItemT
.So the statement in the readme, aside from the word "presumably", is not totally correct:
I suppose it should be documented (along with other changes) for those migrating over. Not sure if any other interfaces have also changed.
The text was updated successfully, but these errors were encountered: