2023-05-08 03:53:00 -06:00
|
|
|
rootProject.name = 'FabricExample'
|
2023-04-12 23:41:28 -06:00
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|
2024-07-04 04:44:43 -06:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|
2023-04-12 23:41:28 -06:00
|
|
|
|
2024-07-04 04:44:43 -06:00
|
|
|
// 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')
|
|
|
|
// }
|