I’m trying to show an intro slider (https://github.com/jacse/react-native-app-intro-slider) the first time a user opens an app. When the app opens, I use check AsyncStorage to see if the user has opened the app before, and display the intro slide if it’s the first time, then save that the user has now seen it.
I’ve noticed that occasionally the intro slider will pop up again on Android. It seems like it happens every time I publish with the expo cli, which means that AsyncStorage is getting cleared. If this is the case, how can I prevent this?
This is surprisingly close to problem I am facing. I just made own post regarding it here:
Problem I encounter is after every expo-cli start, my app seems to have clear AsyncStorage. Do you have similar situation @peter176, or only once you’ve published your app?