A React Native component that provides a visual explorer for databases created with react-native-sqlite-storage. Current stable version is 0.2.0. Release cadence is low; no recent updates. Key differentiator: allows browsing SQLite databases directly within the app UI, reducing the need for external debugging tools. Android-only at this time. Lightweight, requires react and react-native as peer dependencies.
npm install react-native-sqlite-explorerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Renders the SQLite database explorer component inside a React Native app. Pass the database name and location as params.
Use conditional rendering or alternative for iOS. If cross-platform needed, consider react-native-sqlite-storage's own debugging tools.
Consider using react-native-sqlite-storage's built-in debugging or a more modern solution.
Ensure you have called SQLite.openDatabase with the same name before rendering the explorer.
Use default import: import SQLiteExplorer from 'react-native-sqlite-explorer'.
Use default import: import SQLiteExplorer from 'react-native-sqlite-explorer'.
Run npm install react-native-sqlite-explorer and then npx react-native link (or autolinking in RN >= 0.60).