Where is this storing at? #668
Unanswered
Brandon-Perry
asked this question in
Q&A
Replies: 1 comment 1 reply
-
As far as I know, the local storage tab is just something that comes with Chrome debugger for debugging web apps. It's not meant for React Native apps. You might want to look into using Flipper and a plugin for AsyncStorage. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quick question,
So far it seems to work fine, I'm able to save and get information. But one thing that's confusing me is where exactly my information is being stored. I have React Native Debugger running and I looked at the local storage tab and I don't see my information in there. Is it hidden somewhere else?
Beta Was this translation helpful? Give feedback.
All reactions