react-native-cameraroll/example/android/settings.gradle

13 lines
534 B
Groovy
Raw Normal View History

rootProject.name = 'CameraRollExample'
include ':react-native-cameraroll'
project(':react-native-cameraroll').projectDir = new File(rootProject.projectDir, '../../android')
// For your application the line above will most likely be:
// project(':react-native-cameraroll').projectDir = new File(rootProject.projectDir, '../node_modules/!react-native-community/cameraroll/android')
2019-03-03 07:43:30 +00:00
// e2e tests
include ':detox'
project(':detox').projectDir = new File(rootProject.projectDir, '../../node_modules/detox/android/detox')
include ':app'