react-native-sqlite
react-native-sqlite copied to clipboard
My Db is locked and I want to delete it
My Db is locked and I want to delete it, where can I find it? I read that it's in Documents directory inside the app sandbox but that's not specific enough for me.
You'll have to find that out for yourself, as the path contains a GUID specific to the app build. http://github.com/johanneslumpe/react-native-fs will help you find the path at runtime.