BikeApp_demoss/android/settings.gradle

6 lines
411 B
Groovy
Raw Normal View History

rootProject.name = 'BikeApp_demo'
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')
2024-11-12 14:32:14 +08:00
include ':react-native-camera'
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')