Releases: itinance/react-native-fs
Releases · itinance/react-native-fs
[Android] Fix issue #566 android progress callback not sync and handle uppercase file extension mimetype
RN 0.57 / Gradle 3 compatibility
v2.12.0 v2.12.0
[Android] Replace deprecated 'compile' gradle configuration with 'implementation
fixed missing parameter for android in moveFile() and writeFile()
v2.11.17 v2.11.17
react-native dependency to be >=0.51.0, < 1.0.0
v2.11.16 v2.11.16
Many fixes and improvements
- #503 make sure to return the original file uri if content:// scheme is not used
- #510 Fixes an
IndexOutOfBounds
while uploading files in Android - #515 Add
cacheable
option todownloadFile
on iOScompletion callback - #516 [iOS] Ensure _bytesWritten is correct in download
- #519 updated compilesdkversion and buildtoolsversion
- #535 Make this work with RN56
Many improvements (e.g. uploadFile for Android)
Changes for v2.10
- UploadFiles is now also available for Android #486 by hank121314
- Fixed a memory leak that caused after running many simultaneous upload jobs on iOS #502 by Ignigena
- Android: Resolve filepath for content URI 480 by andtos90
- (Android only) Add ExternalCachesDirectoryPath 490 by superandrew213
Fix #473
Thanks to https://github.com/dariuszseweryn
Fix for hash w/o normalizeFilePath #449
Fixed hash-function for android
v2.9.10 [Android] use a fix buffer size of 10 K