rt2zz / redux-persist

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

Where to getItem from AsyncStorage? #1198

Open PavithraSutantraa opened 4 years ago

PavithraSutantraa commented 4 years ago

I have went through a lot of articles about Setup and my setup isn't throwing any issue. But I am not sure where exactly should I use AsyncStorage.getItem to get the persistent data. Is there any article/guide?

rickafds commented 4 years ago

use getState https://redux.js.org/api/store

@PavithraSutantraa