Skip to content

Commit 9905a5f

Browse files
committed
Merge branch 'assets_library_ios'
* assets_library_ios: Update readme
2 parents f98be8f + 9bdb187 commit 9905a5f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
Native filesystem access for react-native
44

5-
## Breaking change in v2.x
5+
## 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
612

713
- Removed attributes from `writeFile` and `appendFile` for iOS / Android consistency
814
- `downloadFile` takes `options` object rather than parameters

0 commit comments

Comments
 (0)