react-native-sqlite-storage
react-native-sqlite-storage copied to clipboard
Dump database into device storage
There in no information in the documentation about how someone can export sqlite databases into phone storage or through http request to a server or cloud storage?
The path of .db file is /data/data/com.yourPackageName/db. I guess using RNFS you could just copy the file into any other dir. Edit: I saw this searching for other topic, and just reailze it's from a year ago. Sorry :(