Releases: react-native-async-storage/async-storage
Releases · react-native-async-storage/async-storage
3.0.0-next.0
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
callbackbased API is dropped- Methods for batch operations (formerly
multi*methods) have been renamed and their API updated useAsyncStoragehook 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]
Minor Changes
- 8b2f32b: Fix support for React Native 0.80
@react-native-async-storage/[email protected]
Patch Changes
- 21d0c22: Remove unnecessary
getViewManagersoverrides
@react-native-async-storage/[email protected]
Patch Changes
- 5042047: Mark some methods as nonnull
@react-native-async-storage/[email protected]
Minor Changes
- b7c842c: Windows: Add New Architecture support
@react-native-async-storage/[email protected]
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]
Minor Changes
- 8bf1526: dependencies bump and multiset type fix