-1

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.

Ümañg ßürmån
  • 9,695
  • 4
  • 24
  • 41
Asanka Sampath
  • 545
  • 4
  • 12

1 Answers1

1

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