settings.gradle 171 Bytes
rootProject.name = 'Example'

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