7 lines
229 B
Groovy
7 lines
229 B
Groovy
|
rootProject.name = 'VisionCamera'
|
||
|
|
||
|
include ':react-native-reanimated'
|
||
|
project(':react-native-reanimated').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-reanimated/android/')
|
||
|
|
||
|
include ':VisionCamera'
|