Skip to content

Commit a1864ef

Browse files
committed
changeset added
1 parent 55de8bd commit a1864ef

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.changeset/quick-dragons-run.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,17 @@
33
---
44

55
Async Storage v3
6+
7+
Initial release of upcoming version v3.
8+
Please visit [Async Storage docs to learn more](https://react-native-async-storage.github.io/)
9+
10+
## Breaking changes:
11+
12+
- Async Storage uses "scoped storages", where you need to create a storage instance before using it
13+
- Default export is a singleton storage that uses v2/v1 storage, for easier transition
14+
- An extra installation step is required for android
15+
- `callback` based API is dropped
16+
- Methods for batch operations (formerly `multi*` methods) have been renamed and their API updated
17+
- `useAsyncStorage` hook has been removed (will be introduced later)
18+
- Updated Native side (Brownfield) access to storage - dropped apple's delegate
19+
- Dropped a flag to opt out from iCloud backup - disabled by default now

0 commit comments

Comments
 (0)