Files
react-native-camera/Example/android/settings.gradle
T

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'
2016-09-23 15:37:15 -04:00
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')