0.0.35 • Published 10 months ago

rn-sqlite-viewer v0.0.35

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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.34

10 months ago

0.0.35

10 months ago

0.0.32

1 year ago

0.0.33

1 year ago

0.0.31

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago