react-native-sqlite icon indicating copy to clipboard operation
react-native-sqlite copied to clipboard

No DB is generated in Document

Open thekennysong opened this issue 9 years ago • 3 comments

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.

thekennysong avatar Aug 24 '15 19:08 thekennysong

are you trying to generate the DB on device?

moduscreate avatar Aug 24 '15 19:08 moduscreate

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.

thekennysong avatar Aug 24 '15 20:08 thekennysong

Did you try this example app? https://github.com/almost/react-native-sqlite-example

varmab avatar Aug 27 '15 16:08 varmab