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
This repo is stale, no active work happening here now. I actively maintain a fork of the project, but it lives, and it is managed through a different repo — https://github.com/birdofpreyru/react-native-fs.
The new architecture is supported in my fork for all platforms (and for most, but not all, methods).
It is written from scratch using C++ Turbo modules (except for platform dependent parts like download and upload - they also use C++ bridge, but the final implementation is the same as in this project) and TypeScript.
All input and output parameters are compatible with the old library, so there should be no problems with the transition. You just need to take into account the fact that now all methods are synchronous.
Also added some new improvements such as uint8 for reading and writing files.
And of course, the speed of work has increased in some cases by 10 times compared to the old library (you can see benchmarks in the description)
Just want to know if there is any plan to support New Architecture atleast for Android and iOS?
The text was updated successfully, but these errors were encountered: