react-native-sqlite
react-native-sqlite copied to clipboard
No DB is generated in Document
I was able to complete everything up to the part where we query the DB. I get nothing and failed to execute query returns. I checked the sandbox and find no DB is generated.
are you trying to generate the DB on device?
I premade a sqlite db in order to read/write from it. But then I saw that this repo automatically generates a DB so I tried both ways, neither worked.
Did you try this example app? https://github.com/almost/react-native-sqlite-example