Search code examples
androidreact-nativestorageasyncstorage

Is there any secure storage in react native other than AsyncStorage?


I want to store sensitive data locally in a React Native app. AsyncStorage Is not suitable for storing sensitive information.

What can I use other than that?

Any help will be useful, Thanks.


Solution

  • If your need secure storage, you should probably look at os native mechanisms for that, one notable wrapper for those mechanisms is react-native-keychain