Reactnative-notesapp/android/settings.gradle
2023-03-05 19:24:34 +08:00

4 lines
260 B
Groovy

rootProject.name = 'reactnative_notes'
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')