6 lines
209 B
Groovy

rootProject.name = 'RNCameraExample'
include ':react-native-camera'
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')
include ':app'