Download new SQLite db.db, Then Overwrite local SQLite db.db

An Expo app uses a SQLite database db.db that is read-only and we want to update this database with an updated one that is available on a remote server.

How can we get the Expo app to download the remote db.db file into the device running the Expo app, and then overwrite the local db.db?

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