Bootstrap
This commit is contained in:
6
example/android/settings.gradle
Normal file
6
example/android/settings.gradle
Normal file
@@ -0,0 +1,6 @@
|
||||
rootProject.name = 'VisionCameraExample'
|
||||
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
||||
include ':app'
|
||||
|
||||
include ':reactnativevisioncamera'
|
||||
project(':reactnativevisioncamera').projectDir = new File(rootProject.projectDir, '../../android')
|
||||
Reference in New Issue
Block a user