Skip to content

Commit ea85a4c

Browse files
authored
refactor: update readme
React native community async storage has been deprecated.. moving on to Async Storage has moved to new organization: https://github.com/react-native-async-storage/async-storage
1 parent d7efde9 commit ea85a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Persist and rehydrate a redux store.
99
**Web**: no breaking changes
1010
**React Native**: Users must now explicitly pass their storage engine in. e.g.
1111
```js
12-
import AsyncStorage from '@react-native-community/async-storage';
12+
import AsyncStorage from '@react-native-async-storage/async-storage';
1313

1414
const persistConfig = {
1515
//...

0 commit comments

Comments
 (0)