Files
Arjan ZuidemaandJohn Ferlito adb2d24cd8 chore(example): Update react-native to 72.1 (#512)
fix(all): Fixed Native Arch codgen issue

* Updated react-native in  FarbricExample app

---------

Co-authored-by: John Ferlito <johnf@inodes.org>
2023-07-04 09:55:08 +02:00

5 lines
257 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')