blob: 1c4c5310a7dbda3113854a14b7b080a03859c7b5 (
plain)
1
2
3
4
|
rootProject.name = 'reactnativeapp'
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')
|