Skip to content

Commit 5837f0a

Browse files
committed
Version bump v2.12.2
1 parent 537b434 commit 5837f0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ For RN < 0.57 and/or Gradle < 3 you MUST install react-native-fs at version @2.1
99
For RN >= 0.57 and/or Gradle >= 3 you MUST install react-native-fs at version @2.12!
1010

1111
## Changes for v2.12
12+
- #601 [iOS] Another fix for copyAssetsVideoIOS
13+
- #599 [iOS] Fix for copyAssetsVideoIOS regarding iCloud-Files
1214
- #564 [Android] Upgrade to Gradle 3 (BREAKING compatiblity for < RN 0.57)
1315
- #571 [Android] Fix issue #566 android progress callback not sync and handle uppercase file extension mimetype
1416

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs",
3-
"version": "2.12.1",
3+
"version": "2.12.2",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"scripts": {

0 commit comments

Comments
 (0)