Skip to content

Releases: birdofpreyru/react-native-fs

v2.26.0

30 May 11:37
Compare
Choose a tag to compare
  • iOS (old arch), macOS (old arch): Fixes the transport of boolean arguments / options from JS into Native layer in a number of functions. It presumably fixes a subtle bug (#24) in downloadFile(), and may alter (fix) behavior of some other methods. β€” Thanks to @stetbern for identifying the issue, and contributing PR #47.

v2.25.2

27 May 12:44
Compare
Choose a tag to compare
  • [#45] Android: Patches types in getPickFileLauncher() code.

v2.25.1

27 May 10:44
Compare
Choose a tag to compare
  • [#44] iOS, macOS: Fix of pickFile() crashing host apps when using bridge-less mode of the RN's new arch.
  • Update of dependencies.

v2.25.0

06 May 22:21
Compare
Choose a tag to compare
  • [#39] Upgrade to RN@0.74.
  • Android: Minor code clean-up.

v2.24.6

29 Apr 21:15
Compare
Choose a tag to compare
  • [#32] iOS: Patch of the privacy manifest (adds NSPrivacyCollectedDataTypes key) β€” Thanks to PR #38 by @raphaelheinz

v2.24.5

14 Apr 15:45
Compare
Choose a tag to compare
  • [#36] README improvement.
  • [#37] Android: Fixes pickFile() (broken in the previous release).

v2.24.4

11 Apr 11:12
Compare
Choose a tag to compare
  • [#35] Android: Patch for appendFile(), write(), and writeFile() methods. They were resolving their promises before closing related output streams (and thus flushing to the underlying filesystem the written content).
  • Android: Minor code clean-up (19d20e9).

v2.24.3

30 Mar 10:32
Compare
Choose a tag to compare
  • [#32] iOS: Adding Privacy Manifest.
  • Dependency updates.

v2.24.2

27 Mar 09:47
Compare
Choose a tag to compare
  • [#31] Android, iOS: downloadFile() β€” fixes in the implementation of progress option (the download progress callback, when provided, wasn't called on Android at all, and it wasn't called on iOS if no begin callback was provided as well).
  • [#32] iOS: Adds "Privacy manifest" file, but it has not been verified whether it is added correctly.
  • Updates dependencies.

v2.24.1

31 Jan 17:09
Compare
Choose a tag to compare
  • [#29] Android: Misc refactoring.