database locked

I am just going through the code for EXSQLite

I see that sqlite3_close is only invoked on dealloc and not in the close method. Could that be the reason why restarts of the app in Expo Go sometimes end up with database is locked?

In Android it calls the close()method as expected if the database was removed.

No update as well from What causes the database to lock? - Expo SDK - Forums

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.