4ad4804e51
* chore: Upgrade all Deps RN 72 * fix breaking skia changes * fix devDeps * Update yarn.lock * fix metro config * Update yarn.lock
9 lines
405 B
Groovy
9 lines
405 B
Groovy
rootProject.name = 'VisionCameraExample'
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|
|
|
|
include ':react-native-vision-camera'
|
|
project(':react-native-vision-camera').projectDir = new File(rootProject.projectDir, '../../android')
|
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|