Files

10 lines
411 B
Groovy
Raw Permalink Normal View History

rootProject.name = 'CameraRollExample'
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
2019-03-03 15:43:30 +08:00
include ':app'
// Start added for this project (react-native-cameraroll)
include ':react-native-cameraroll'
project(':react-native-cameraroll').projectDir = new File(rootProject.projectDir, '../../android')
// End added