react-native-vision-camera/example/android/settings.gradle
2021-02-19 20:48:35 +01:00

7 lines
304 B
Groovy

rootProject.name = 'VisionCameraExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
include ':camera'
project(':camera').projectDir = new File(rootProject.projectDir, '../../android')