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-02-19 12:48:35 -07:00
|
|
|
include ':camera'
|
|
|
|
project(':camera').projectDir = new File(rootProject.projectDir, '../../android')
|