Implement database access (with migrations)

This commit is contained in:
2019-01-26 22:58:53 -06:00
parent e19339d808
commit 7cab0a39e5
67 changed files with 1826 additions and 136 deletions

View File

@@ -67,6 +67,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation files("../core/build/libs/core-jvm.jar")
implementation "com.facebook.react:react-native:0.57.8"
implementation 'org.sqldroid:sqldroid:1.0.3'
implementation project(':react-native-svg')
testImplementation 'junit:junit:4.12'