mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 09:48:17 +00:00
6 lines
209 B
Groovy
6 lines
209 B
Groovy
rootProject.name = 'RNCameraExample'
|
|
include ':react-native-camera'
|
|
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')
|
|
|
|
include ':app'
|