UNPKG

expo-sqlite

Version:

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

11 lines (10 loc) 239 B
{ "platforms": ["apple", "android"], "apple": { "modules": ["SQLiteModule"] }, "android": { "modules": ["expo.modules.sqlite.SQLiteModule"], "shouldUsePublicationScriptPath": "android/shouldUsePublication.groovy" } }