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.
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