settings.gradle 171 Bytes Raw Blame History Permalink 1 2 3 4 5 rootProject.name = 'Example' include ':app' include ':react-native-camera' project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../../android')