0.0.33 • Published 1 month ago

rn-sqlite-viewer v0.0.33

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

rn-sqlite-viewer

A Lite SQLITE Viewer for react-native

rest

Dependencies

  • expo-sqlite

Setup

pnpm add rn-sqlite-viewer

Usage

// your db instance
const db = SQLite.openDatabase('your-project-name', '1.0.0')
import db from '../lib/db'
// ...

return (
  <SQLiteViewer
    db={db} // sqlite db instance
    colors={{
      tables: {
        backgroundColor: styles.colors.gray700,
        selectedTableButton: {
          text: {
            backgroundColor: styles.colors.gray300
          }
        }
      },
      details: {
        backgroundColor: styles.colors.gray600
      }
    }}
  />
)
0.0.32

1 month ago

0.0.33

1 month ago

0.0.31

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago