2024-11-02 16:21:03 +08:00
|
|
|
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')
|