react-native-sqlite-2
react-native-sqlite-2 copied to clipboard
Problem with specifying database directory
in Android, this works SQLite.openDatabase("storage/test.db", '1.0', '');
How do you do this in IOS? Result is Error code 14: unable to open database file