I used to develop in android previously and i used to used SharePreference for storing user tokens. Is there anything such available in react native for both ios and android? >
You might want to use AsyncStorage
Since AsyncStorage is deprecated now. You can use https://github.com/react-native-community/async-storage
AsyncStorage
Edit:
For everyone who has pointed out that AsyncStorage is not secure please refer to this post.