2020-07-17 14:22:06 +03:00
|
|
|
rootProject.name = 'Ecency'
|
2019-09-11 22:42:49 +03:00
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
2022-05-24 12:14:44 +03:00
|
|
|
include ':react-native-pager-view'
|
|
|
|
project(':react-native-pager-view').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-pager-view/android')
|
2018-10-04 05:18:36 +03:00
|
|
|
include ':app'
|
2022-10-20 15:46:58 +03:00
|
|
|
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')
|
|
|
|
include(":ReactAndroid:hermes-engine")
|
|
|
|
project(":ReactAndroid:hermes-engine").projectDir = file('../node_modules/react-native/ReactAndroid/hermes-engine')
|
|
|
|
}
|