MyAccountApp/android/settings.gradle
CalebChen768 c1ab05c46c Initial commit
Generated by react-native@0.73.6
2024-03-16 19:51:04 +08:00

5 lines
256 B
Groovy

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