Skip to content

Releases: alpha0010/react-native-file-access

Release 4.0.2

31 Mar 20:28

Choose a tag to compare

4.0.2 (2026-03-31)

Bug Fixes

  • mock: provided mock fails to load (c53631f)

Release 4.0.1

24 Mar 14:52

Choose a tag to compare

4.0.1 (2026-03-24)

Bug Fixes

  • android: resolve compile error with RN 0.80.x (8f9cc61), closes #93

Release 4.0.0

20 Mar 19:50

Choose a tag to compare

4.0.0 (2026-03-20)

Bug Fixes

  • resolve build deprecations (e02a536)

BREAKING CHANGES

  • Drops old architecture support.

Release 3.2.0

22 Aug 20:03

Choose a tag to compare

3.2.0 (2025-08-22)

Features

  • add hardlink and symlink methods to js API (350b69a)
  • add hardlink and symlink to spec (141b238)
  • android implementation for hardlinks and symlinks (d7ac68b)
  • ios implementation for hardlinks and symlinks (944e606)
  • support case insensitive fetch response header access (541ccdd)

Release 3.1.1

24 Sep 13:52

Choose a tag to compare

3.1.1 (2024-09-24)

Bug Fixes

  • ios: React Native 0.75 new architecture compatibility (3a57645)

Release 3.1.0

16 Apr 02:44

Choose a tag to compare

3.1.0 (2024-04-16)

Bug Fixes

  • auto-close file after reading (acc265c)

Features

  • allow reading chunks from files (57669c1)

Release 3.0.7

26 Mar 13:30

Choose a tag to compare

3.0.7 (2024-03-26)

Bug Fixes

  • ios: drop ZIPFoundation version constraint (1e45b0e)

Release 3.0.6

18 Mar 15:27

Choose a tag to compare

3.0.6 (2024-03-18)

Bug Fixes

  • ios: support excluding privacy sensitive API usage (4dbe524), closes #73

Release 3.0.5

25 Jan 23:47

Choose a tag to compare

3.0.5 (2024-01-25)

Bug Fixes

  • ios: error reporting details (40b26e0)

Release 3.0.4

12 Jun 14:06

Choose a tag to compare

3.0.4 (2023-06-12)

Bug Fixes

  • ios: handle files removed during statDir (4a6ea2a), closes #69