Data does not come in expo sqlite release version
I am trying to develop an application with React native expo. I can copy the existing database for Expo SQLite to the device memory, but I cannot pull the data. The strange thing is that I can pull data from the emulator in debug mode without any problems. Does anyone have any ideas about the error?
SQLite.openDatabase(‘dbname’) is not a function in expo react native
Here’s my coding