v2.21.0-alpha.2
birdofpreyru
released this
07 Aug 21:32
·
232 commits
to master
since this release
Changes in v2.21.0-alpha.2
- [#2] iOS: Fixes Old Architecture builds.
The aim for upcoming v2.21.0 release is to bring the previous latest react-native-fs v2.20.0 up to the standards of the latest React Native v0.72.x, without breaking API changes, with support of the new RN architecture, with backward compatibility to the old RN architecture, and on all supported platforms: Android, iOS, macOS (Catalyst), Windows. Also documentation revision.
As of v2.21.0-alpha.2:
- The core library setup and the code base as a whole have been refactored for RN v0.72.x standards.
- The following pieces of the library have been tested to work correctly (no warranty that no bugs have been missed) on all supported platforms:
- All path constants.
- These selected functions:
copyFileAssets()
,exists()
,existsAssets()
,mkdir()
,readDirAssets()
,readFile()
,readFileAssets()
,unlink()
,writeFile()
. - The rest of functions may or may not work.