Skip to content

Releases: birdofpreyru/react-native-fs

v2.38.2

11 Apr 11:30

Choose a tag to compare

  • [#140] Upgrade to RN@0.85:
    • Verified to work on Android, iOS, Windows (with the latest react-native-windows@0.82.3).
    • Mac Catalyst builds fail due to RN bug (see facebook/react-native#55540 for details and possible workarounds).
  • Update of other dependencies.

Sponsor

v2.38.1

01 Apr 11:33

Choose a tag to compare

  • [#139] iOS: Fixes builds with Expo, broken by the previous v2.38.0 release. — Thanks to @RayKay91 for reporting the issue & suggested fix.

Sponsor

v2.38.0

30 Mar 20:16

Choose a tag to compare

Breaking Change

Other Updates

  • [#134][#136] Minor internal improvements.
  • iOS: Fixes the typing of the FileProtectionKeys export, and mentions it in README. This export was inherited from the original RNFS library, but with a wrong type on TS side, and it was never mentioned in the documentation.
  • Verified to work for Android and iOS.
  • Still fails to build for Mac Catalyst, because of issues on RN side (see facebook/react-native#55540 for details, and a possible workaround).
  • Update of dependencies.

Sponsor

v2.37.0

12 Feb 14:26

Choose a tag to compare

Sponsor

v2.36.2

15 Dec 13:45

Choose a tag to compare

  • [#129] Fix: uploadFiles() the optional name field in its files array now fallback to the corresponding filename fields.
  • Tested to work with RN@0.83 on Android and iOS.
  • Update of dependencies.

Sponsor

v2.36.1

28 Oct 10:07

Choose a tag to compare

  • downloadFile() — Adds response headers & body to error responses. — Thanks to @dFelinger for PR #127.
  • Update of dependencies.
    • [#128] Moves react-native-windows back to dev dependencies, to avoid dependency conflicts in non-Windows projects.

Sponsor

v2.36.0

12 Oct 13:48

Choose a tag to compare

  • Tested to work with RN@0.82 on Android and iOS.
  • Update of dependencies.

Sponsor

v2.35.1

21 Aug 09:51

Choose a tag to compare

  • [#125] Update of dependencies; moves react-native-windows to dev dependencies. — thanks to @tumerorkun for PR #124.

Sponsor

v2.35.0

17 Aug 14:41

Choose a tag to compare

(Potentially) Breaking Changes

  • [#123] Upgrade to RN@0.81.
    • Tested for Android, iOS, macOS (using the Example App with yet unreleased version of react-native-static-server).
    • Not tested for Windows — the Microsoft team is still incapable to catch up with the RN release cadence, their latest react-native-windows, released last week, is still at 0.80.0-preview.2. Thus, for Windows you should prefer the previous v2.34.1 of this library with RN@0.80.
  • Update of dependencies.

Sponsor

v2.34.1

15 Aug 17:11

Choose a tag to compare

Breaking Changes

  • [#117][#118] Android, Windows: Various fixes in the file upload implementation — thanks to @tero-paananen for PR #119.
  • [#72] iOS: Calling stopDownload() now rejects the promise of downloadFile() if resumable argument was not provided when the download was initiated. — thanks to @Alatius for PR #73.

Other Updates

  • [#113] Windows: Support of RN@0.80.
  • [#114] iOS: Fixes support of background downloads — thanks to @a-ghorbani.
  • Android: readFile() implementation improvement — thanks to @euphbriggs for PR #121.
  • Update of dependencies.

P.S.: Yeah, because the breaking changes I guess it should have been a minor, not a patch release — my bad, sorry :)

Sponsor