Initial commit
This commit is contained in:
commit
47250e7ed7
73 changed files with 10949 additions and 0 deletions
9
android/settings.gradle
Normal file
9
android/settings.gradle
Normal file
|
@ -0,0 +1,9 @@
|
|||
rootProject.name = 'app'
|
||||
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
||||
include ':app'
|
||||
includeBuild('../node_modules/react-native-gradle-plugin')
|
||||
|
||||
if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") {
|
||||
include(":ReactAndroid")
|
||||
project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue