Skip to content

Commit 9276264

Browse files
committed
v2.13.1
1 parent fe5d1c7 commit 9276264

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ For RN >= 0.57 and/or Gradle >= 3 you MUST install react-native-fs at version @2
1313
- #597 [Android] Perform copyFile in background thread to prevent UI blocking
1414
- #587 [Windows] Fixed implementation for Windows
1515
- #585 [Android] Fix EISDIR on stat directory
16+
- #583 [Android] fix Android downloadFile overflow contentLength and bytesWritten
1617

1718
## Changes for v2.12
1819
- #601 [iOS] Another fix for copyAssetsVideoIOS

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.13.0",
3+
"version": "2.13.1",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)