Update readme

This commit is contained in:
Hagen Hübel
2017-04-28 01:21:13 +02:00
parent 715ffec56d
commit 9bdb187dcc
+7 -1
View File
@@ -2,7 +2,13 @@
Native filesystem access for react-native
## Breaking change in v2.x
## Changes for v2.2
- React-Native 0.40 is minimum required for compiling on iOS (otherwise install an older release, see below)
- Access to iOS-based "assets-library" is now supported with `copyAssetsFileIOS`
- `readDir` will return now creation- and modification-time of files as with `stat()` (thanks @Ignigena)
## Breaking change in v2.0
- Removed attributes from `writeFile` and `appendFile` for iOS / Android consistency
- `downloadFile` takes `options` object rather than parameters