Skip to content

Releases: birdofpreyru/react-native-fs

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

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.

v2.24.0

31 Jan 01:17
Compare
Choose a tag to compare

Breaking Changes (Android)

  • Re-worked copyFileAssets() implementation β€” it now supports recursive copying of assets, preserving the folder structure. The previous behavior (copying a single asset to the specified destination) is naturally supported as well. The format of errors produced by this function in case of troubles have changed.