Skip to content

Releases: birdofpreyru/react-native-fs

v2.39.2

Choose a tag to compare

@birdofpreyru birdofpreyru released this 03 Jul 15:11
  • iOS: Patch of hash() implementation for large files support. — Thanks to @usama-liaqat for PR #144!
  • Update of dependencies.

Sponsor

v2.39.1

Choose a tag to compare

@birdofpreyru birdofpreyru released this 24 Jun 22:55

Sponsor

v2.39.0

Choose a tag to compare

@birdofpreyru birdofpreyru released this 16 Jun 20:40
  • [#142] Upgrade to RN@0.86:
    • Verified to work on Android, iOS.

    • Verified to work on Windows (with the latest react-native-windows@0.83.0);

      BEWARE: For Windows the upgrade involved a lot of updates in the native layer, including changes of some argument types to satisfy the new interfaces dictated by RN Codegen — something could break without being noticed (as of now I don't have incentives to spend much of my time on Windows QA). You are well advised to watch out, and additionally test, and perhaps fix, the features / functions important to you on Windows.

    • Mac Catalyst builds fail due to RN bug (see react/react-native#55540 for details and possible workarounds).

  • Update of other dependencies.

Sponsor

v2.38.2

Choose a tag to compare

@birdofpreyru birdofpreyru released this 11 Apr 11:30
  • [#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 react/react-native#55540 for details and possible workarounds).
  • Update of other dependencies.

Sponsor

v2.38.1

Choose a tag to compare

@birdofpreyru birdofpreyru released this 01 Apr 11:33
  • [#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

Choose a tag to compare

@birdofpreyru birdofpreyru released this 30 Mar 20:16

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 react/react-native#55540 for details, and a possible workaround).
  • Update of dependencies.

Sponsor

v2.37.0

Choose a tag to compare

@birdofpreyru birdofpreyru released this 12 Feb 14:26

Sponsor

v2.36.2

Choose a tag to compare

@birdofpreyru birdofpreyru released this 15 Dec 13:45
  • [#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

Choose a tag to compare

@birdofpreyru birdofpreyru released this 28 Oct 10:07
  • 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

Choose a tag to compare

@birdofpreyru birdofpreyru released this 12 Oct 13:48
  • Tested to work with RN@0.82 on Android and iOS.
  • Update of dependencies.

Sponsor