UNPKG

expo-sqlite

Version:

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

20 lines (19 loc) 484 B
{ "platforms": ["apple", "android", "devtools"], "apple": { "modules": ["SQLiteModule"] }, "android": { "modules": ["expo.modules.sqlite.SQLiteModule"], "shouldUsePublicationScriptPath": "android/shouldUsePublication.groovy", "publication": { "groupId": "host.exp.exponent", "artifactId": "expo.modules.sqlite", "version": "56.0.4", "repository": "local-maven-repo" } }, "devtools": { "webpageRoot": "dev-plugin-dist" } }