2023-03-09 14:47:47 +01:00
|
|
|
rootProject.name = 'FabricExample'
|
|
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
|
|
|
include ':app'
|
2023-07-04 09:55:08 +02:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|