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'