react-native-sqlite-storage
react-native-sqlite-storage copied to clipboard
Copy the real database to the Downloads folder and transfer to another device
Hi I want to sync two database in two phones together. I tried to copy database to Download folder and then transfer to another phone. I make a folder in assets folder and used this : SQLite.openDatabase({name: 'zagrosDB', createFromLocation: '~db/zagrosDB.db'})
I have two problems:
- when I copy database from assets to downloads folder, that's not real database with all of its data.
- When I send database to another device, I can't save it to assets folder.
Is there anything wrong?