de6e71966a
* feat: 🔥 version bump react native for ios FabricExample * feat: ✨ copied newly created basic example TS files * feat: 🔥 bump up native layers of FabricExample android app * feat: 🔥 turn off buildDir setting in android/build.gradle for correct Fabric codegen dir location * Revert "feat: 🔥 turn off buildDir setting in android/build.gradle for correct Fabric codegen dir location" This reverts commit 62ec8d739b1f21906972eb935fc934e87294a8e6.
12 lines
645 B
Groovy
12 lines
645 B
Groovy
rootProject.name = 'FabricExample'
|
|
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')
|
|
// include(":ReactAndroid:hermes-engine")
|
|
// project(":ReactAndroid:hermes-engine").projectDir = file('../node_modules/react-native/ReactAndroid/hermes-engine')
|
|
// }
|