[Error: attempt to write a readonly database (code 1032)]

Can’t figure out the database error. Changing the database resolves the problem.
I am using sqlite with expo client.
I am opening db with const db = SQLite.openDatabase('db.test13');

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