Skip to content

Releases: react-native-async-storage/async-storage

3.0.0-next.0

16 Nov 19:35

Choose a tag to compare

3.0.0-next.0 Pre-release
Pre-release

Initial release of upcoming version v3.
Please visit Async Storage docs to learn more

Breaking changes:

  • Async Storage uses "scoped storages", where you need to create a storage instance before using it
  • Default export is a singleton storage that uses v2/v1 storage, for easier transition
  • An extra installation step is required for android
  • callback based API is dropped
  • Methods for batch operations (formerly multi* methods) have been renamed and their API updated
  • useAsyncStorage hook has been removed (will be introduced later)
  • Updated Native side (Brownfield) access to storage - dropped apple's delegate
  • Dropped a flag to opt out from iCloud backup - disabled by default now

@react-native-async-storage/[email protected]

05 Jun 12:15
3c9560c

Choose a tag to compare

Minor Changes

  • 8b2f32b: Fix support for React Native 0.80

@react-native-async-storage/[email protected]

28 Feb 10:21
914fcb9

Choose a tag to compare

Patch Changes

  • 21d0c22: Remove unnecessary getViewManagers overrides

@react-native-async-storage/[email protected]

03 Feb 15:31
84194d8

Choose a tag to compare

Patch Changes

  • 5042047: Mark some methods as nonnull

@react-native-async-storage/[email protected]

15 Nov 19:51
91b0e16

Choose a tag to compare

Minor Changes

  • b7c842c: Windows: Add New Architecture support

@react-native-async-storage/[email protected]

22 Aug 08:48
c56dcbe

Choose a tag to compare

Major Changes

  • c319205: Support 0.74 (by migrating off deprecated onCatalystInstanceDestroy) — unfortunately, this also means that we must bump the minimum supported version to 0.65

@react-native-async-storage/[email protected]

12 Jul 15:49
fbd4ccf

Choose a tag to compare

Minor Changes

  • 8bf1526: dependencies bump and multiset type fix

v1.23.1

20 Mar 11:44

Choose a tag to compare

1.23.1 (2024-03-20)

Bug Fixes

  • default-storage: Privacy manifest missing key (#1076) (c4ed1fa)

v1.23.0

19 Mar 23:44

Choose a tag to compare

1.23.0 (2024-03-19)

❗️Please bump to version v1.23.1 fixed Privacy Manifest file

Features

  • default-storage: Add Privacy Manifest for iOS (#1075) (864626d)

v1.22.3

28 Feb 10:16

Choose a tag to compare

1.22.3 (2024-02-28)

Bug Fixes

  • android: bridgeless mode broken on react-native 0.74 (#1068) (253126d)