I was wondering if I have to do something like this to save the whole store of my app using AsyncStorage in my react-native app and check if it exists when the app is starting.<
Use redux-persist so you don't have to use AsyncStorage directly.