Maybe the title isn't very clear. Here is what I mean/need to know-
If I use SQLite for some data storing purpose on Android app, I can see the DB created in my phone. (/root/data or something I guess). I have viewed the DB and performed some manipulations, it helps in development.
Now, I am using AsyncStorage API of react native.
There is some problem in my code, I am not able to get the stored data from the store. Not sure what I am doing wrong.
So, to see what's wrong, is there a way to view the list of Objects that are being stored on the phone? If so where? And how do I view it?
PS: I am debugging my React Native app using Android Studio's logs. As my chrome on linux is a bad boy(Any Help would be appreciated)!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…