2021-02-19 08:07:53 -07:00
|
|
|
rootProject.name = 'VisionCameraExample'
|
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|
|
|
|
|
2021-07-29 03:44:22 -06:00
|
|
|
include ':react-native-vision-camera'
|
|
|
|
project(':react-native-vision-camera').projectDir = new File(rootProject.projectDir, '../../android')
|
2023-02-09 03:52:41 -07:00
|
|
|
|
2023-07-03 04:40:07 -06:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|