expo-sqlite
Version:
Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.
17 lines (16 loc) • 415 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["SQLiteModule"]
},
"android": {
"modules": ["expo.modules.sqlite.SQLiteModule"],
"shouldUsePublicationScriptPath": "android/shouldUsePublication.groovy",
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.sqlite",
"version": "15.2.11",
"repository": "local-maven-repo"
}
}
}