6 lines
201 B
Groovy
Raw Normal View History

2016-05-29 12:55:51 -04:00
rootProject.name = 'Example'
include ':app'
include ':react-native-camera'
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')