androidiosreactjsreact-nativereact-hooks

What is the proper way to store sensitive data in react native app?


the most secure way to save sensitive data such as token or payment information .

should I store them in the android AsyncStorage, in the redux-store or shared preferences?


Solution

  • The libraries

    Now multiples libraries allow you to store sensitive in React Native code:

    Note: On the native side, these libraries can use: