File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
99For 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments