Nicolas Charpentier 1024c6bed5 Add example
2016-05-30 11:19:43 -04:00

6 lines
201 B
Groovy

rootProject.name = 'Example'
include ':app'
include ':react-native-camera'
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')