UNPKG

expo-sqlite

Version:

Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.

4 lines (3 loc) 123 B
import { Props } from './withSQLite'; declare const _default: (props?: Props) => [string, Props]; export default _default;