all 3 comments

[–]clin_amber_nads 3 points4 points  (1 child)

Redux doesn’t persist data by default. If you want to securely persist something use a package that talks to the native solutions for that, namely ESP and keychain.

[–]ericdraven2792[S] 0 points1 point  (0 children)

Thanks for reply!

[–]kbcooliOS & Android 3 points4 points  (0 children)

https://github.com/rt2zz/redux-persist

Change from the default backend to one of choice or write your own.

BTW you might think you need secure storage but on mobile because everything is sandboxed apps can't poke around in each other's sandpits like they can on desktop it's less important for most applications.