We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5d1c7 commit 9276264Copy full SHA for 9276264
README.md
@@ -13,6 +13,7 @@ For RN >= 0.57 and/or Gradle >= 3 you MUST install react-native-fs at version @2
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
+- #583 [Android] fix Android downloadFile overflow contentLength and bytesWritten
17
18
## Changes for v2.12
19
- #601 [iOS] Another fix for copyAssetsVideoIOS
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-fs",
3
- "version": "2.13.0",
+ "version": "2.13.1",
4
"description": "Native filesystem access for react-native",
5
"main": "FS.common.js",
6
"typings": "index.d.ts",
0 commit comments