How to View Local DB created using Expo Sqlite
I have created a local DB that is stored in my iOS device using Expo SqLite and I am having great difficulty accessing the table content to view the data stored.
EXPO SQLite with existing database
I’m trying to use existing database in my project with Expo SDK 51 version, but i don’t know how to do it. In their documentation there is just something like this:
(https://i.sstatic.net/nSEKINLP.png)
but that’s not what i want.