Bring the basic example back to a runnable state

This commit is contained in:
Benoit Dion
2019-09-16 13:32:01 -04:00
committed by Benoit Dion
parent ed335f3b02
commit 81cfd4e629
10 changed files with 2976 additions and 2462 deletions

View File

@@ -65,6 +65,10 @@ import com.android.build.OutputFile
* ]
*/
project.ext.react = [
entryFile: "index.android.js",
enableHermes: false,
]
apply from: "../../node_modules/react-native/react.gradle"
/**
@@ -132,8 +136,8 @@ android {
dependencies {
implementation project(':react-native-video')
implementation "androidx.appcompat:appcompat:1.0.0"
implementation "com.facebook.react:react-native:+" // From node_modules
implementation 'org.webkit:android-jsc:+'
}
// Run this once to be able to run the application with BUCK