We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f98be8f + 9bdb187 commit 9905a5fCopy full SHA for 9905a5f
README.md
@@ -2,7 +2,13 @@
2
3
Native filesystem access for react-native
4
5
-## Breaking change in v2.x
+## Changes for v2.2
6
+
7
+- React-Native 0.40 is minimum required for compiling on iOS (otherwise install an older release, see below)
8
+- Access to iOS-based "assets-library" is now supported with `copyAssetsFileIOS`
9
+- `readDir` will return now creation- and modification-time of files as with `stat()` (thanks @Ignigena)
10
11
+## Breaking change in v2.0
12
13
- Removed attributes from `writeFile` and `appendFile` for iOS / Android consistency
14
- `downloadFile` takes `options` object rather than parameters
0 commit comments