Check User first Run of App,

Hello I am building an app and i want to check when user first lauch the app to show them a nice intro page of guide through on it, normally i would do this using a react native package called react-native-catch-first-time but since i cant access the command react-native link and i dont want to detach the app, how can i go with this.

Use AsyncStorage to save a flag saying that the app has already been run, once it has. On the first run the key would not be available.

I tr8ed using asyncstorage but its not working but maybe how i structure its is not the right way though but i guess it should work too

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.