Skip to content

Releases: itinance/react-native-fs

[Android] Fix issue #566 android progress callback not sync and handle uppercase file extension mimetype

31 Oct 21:10
f1e4235
Compare
Choose a tag to compare

RN 0.57 / Gradle 3 compatibility

18 Oct 10:37
d198184
Compare
Choose a tag to compare

[Android] Replace deprecated 'compile' gradle configuration with 'implementation

08 Oct 12:26
70c5f5f
Compare
Choose a tag to compare

fixed missing parameter for android in moveFile() and writeFile()

27 Sep 18:17
fd36e87
Compare
Choose a tag to compare

react-native dependency to be >=0.51.0, < 1.0.0

26 Sep 12:35
a316d38
Compare
Choose a tag to compare

Many fixes and improvements

07 Aug 13:37
07262db
Compare
Choose a tag to compare
  • #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 to downloadFile 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)

09 Jun 09:20
dd88cf2
Compare
Choose a tag to compare

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

12 Apr 13:58
955c8e6
Compare
Choose a tag to compare

Fix for hash w/o normalizeFilePath #449

21 Feb 06:49
Compare
Choose a tag to compare

Fixed hash-function for android

17 Feb 09:34
Compare
Choose a tag to compare
v2.9.10

[Android] use a fix buffer size of 10 K