Skip to content

Commit 93fd895

Browse files
committed
Version bump v2.13.0
1 parent 5837f0a commit 93fd895

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ For RN < 0.57 and/or Gradle < 3 you MUST install react-native-fs at version @2.1
88

99
For RN >= 0.57 and/or Gradle >= 3 you MUST install react-native-fs at version @2.12!
1010

11+
## Changes for v2.13
12+
- #544 [Android] Add scanFile method
13+
- #597 [Android] Perform copyFile in background thread to prevent UI blocking
14+
- #587 [Windows] Fixed implementation for Windows
15+
- #585 [Android] Fix EISDIR on stat directory
16+
1117
## Changes for v2.12
1218
- #601 [iOS] Another fix for copyAssetsVideoIOS
1319
- #599 [iOS] Fix for copyAssetsVideoIOS regarding iCloud-Files

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.2",
3+
"version": "2.13.0",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"scripts": {

0 commit comments

Comments
 (0)