mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-02-16 03:27:12 +00:00
* Updated example to build and run on latest React Native * Fixed `yarn test:detox` release builds * Added missing downloadDependencies CircleCI task
10 lines
411 B
Groovy
10 lines
411 B
Groovy
rootProject.name = 'CameraRollExample'
|
|
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
|
|
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
|