react-native-sqlite icon indicating copy to clipboard operation
react-native-sqlite copied to clipboard

My Db is locked and I want to delete it

Open roine opened this issue 10 years ago • 1 comments

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.

roine avatar Oct 08 '15 21:10 roine

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.

srounce avatar Nov 09 '15 10:11 srounce