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

1

6

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?

Redon answered 11/1, 2023 at 13:27 Comment(1)
Does this answer your question? Save sensitive data in React NativeHaff
F
4

The libraries

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

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

Fu answered 12/1, 2023 at 5:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.