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

8 lines
357 B
Groovy
Raw Normal View History

2016-05-29 12:55:51 -04:00
rootProject.name = 'Example'
2017-05-05 05:39:45 +00:00
include ':react-native-camera'
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')
2016-05-29 12:55:51 -04:00
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')