We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537b434 commit 5837f0aCopy full SHA for 5837f0a
README.md
@@ -9,6 +9,8 @@ For RN < 0.57 and/or Gradle < 3 you MUST install react-native-fs at version @2.1
9
For RN >= 0.57 and/or Gradle >= 3 you MUST install react-native-fs at version @2.12!
10
11
## Changes for v2.12
12
+- #601 [iOS] Another fix for copyAssetsVideoIOS
13
+- #599 [iOS] Fix for copyAssetsVideoIOS regarding iCloud-Files
14
- #564 [Android] Upgrade to Gradle 3 (BREAKING compatiblity for < RN 0.57)
15
- #571 [Android] Fix issue #566 android progress callback not sync and handle uppercase file extension mimetype
16
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-fs",
3
- "version": "2.12.1",
+ "version": "2.12.2",
4
"description": "Native filesystem access for react-native",
5
"main": "FS.common.js",
6
"scripts": {
0 commit comments