How to store tokens in react native?

前端 未结 6 1238
萌比男神i
萌比男神i 2021-02-05 05:59

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?

6条回答
  •  南方客
    南方客 (楼主)
    2021-02-05 06:19

    You might want to use AsyncStorage

    Since AsyncStorage is deprecated now. You can use https://github.com/react-native-community/async-storage

    Edit:

    For everyone who has pointed out that AsyncStorage is not secure please refer to this post.

提交回复
热议问题