Guilherme

Results 4 comments of Guilherme

Sry, but that was I tried: My path: `${path}/xdatabase.sqlite` ```js openDatabase({ name: 'xdatabase', createFromLocation: `${path}/xdatabase.sqlite`, location: 'default' } ``` My android device file explorer: ![image](https://user-images.githubusercontent.com/27172892/74186180-de49c200-4c28-11ea-8cea-505440ea7950.png) Any idea?

The error persist ```js import { DocumentDirectoryPath} from 'react-native-fs'; unzip(filePath, `${DocumentDirectoryPath}/databases`).then( () => { openDatabase(); }, ).catch((error) => { console.log('zip', error); }); ``` and openDatabase: ```js try { SQLite.DEBUG(true); //...

Sorry for reviving an old post ... But does anyone have a solution?