rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.94k stars 866 forks source link

@react-native-async-storage/async-storage is not working with persist #1294

Open code-anas opened 3 years ago

code-anas commented 3 years ago

react native : 0.64 Tested on android emulator

@react-native-async-storage/async-storage is not working.

but the old package is still working with @react-native-community/async-storage which is deprecated. https://www.npmjs.com/package/@react-native-community/async-storage

is redux-persist will support @react-native-async-storage/async-storage ?

alexanderblackh commented 3 years ago

I'm having the same issue on iOS, however, the old package isn't working for me..

EricWiener commented 3 years ago

Same issue

wmonecke commented 3 years ago

redux-persist should not be used in any project. It is not mantained.

Aexonic-Abhishek commented 3 years ago

Getting same issue

HansBouwmeester commented 3 years ago

redux-persist should not be used in any project. It is not mantained.

Any good alternatives?

ngotrongphuc commented 3 years ago

Oppositely, i got error when use @react-native-community/async-storage but totally fine with @react-native-async-storage/async-storage