Explorer for react-native-sqlite-storage library database inside react native app
npm install react-native-sqlite-explorerExplorer for react-native-sqlite-storage inside react native app
``sh`
npm install react-native-sqlite-explorer
`js
import SQLiteExplorer from 'react-native-sqlite-explorer';
const SQLiteExplorerScreen = () => {
// initial baseName that you used in params or taken from openDatabase success callback:
// SQLite.openDatabase({ name: baseName, location: 'default' }, DB => { DB.dbname <-- your baseName also here
const baseName = '
return
};
export default SQLiteExplorerScreen;
``
Temporarily only for Android
MIT
---
Made with create-react-native-library