BikeApp_demoss/android/settings.gradle
2024-11-25 15:01:49 +08:00

12 lines
738 B
Groovy

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')
include ':react-native-camera'
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')
include ':tutk_module'
project(':tutk_module').projectDir = new File(rootProject.projectDir, '../CameraWithTUTK')
include ':react-native-vlc-media-player'
project(':react-native-vlc-media-player').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vlc-media-player/android')
include ':uniplugin_tutk'