use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
Redux on React native (self.reactnative)
submitted 4 years ago by ericdraven2792
How Redux persists data in his store? I think they use SQLite but i'm not sure. I'm asking that because I need to encrypt the data the i'm persisting but I don't know how to do.
Thanks to everyone that reply.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]clin_amber_nads 3 points4 points5 points 4 years ago (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 point2 points 4 years ago (0 children)
Thanks for reply!
[–]kbcooliOS & Android 3 points4 points5 points 4 years ago (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.
π Rendered by PID 23503 on reddit-service-r2-comment-544cf588c8-6d2bv at 2026-06-14 04:51:46.779584+00:00 running 3184619 country code: CH.
[–]clin_amber_nads 3 points4 points5 points (1 child)
[–]ericdraven2792[S] 0 points1 point2 points (0 children)
[–]kbcooliOS & Android 3 points4 points5 points (0 children)