File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 33---
44
55Async 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
You can’t perform that action at this time.
0 commit comments