How can I programmatically delete Expo.SQLite database file? (Not just dropping the tables, but deleting the whole file)

During development, I sometimes mess up my database tables. On a related note, I read about SQLite not being impervious to getting corrupted.

How do I programmatically delete the database file?

2 Likes

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