Files
react-native-mapbox-gl/example/android/settings.gradle
T
2017-10-23 16:41:37 -07:00

7 lines
400 B
Groovy

rootProject.name = 'RNMapboxGLExample'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':react-native-mapbox-gl'
project(':react-native-mapbox-gl').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-mapbox-gl/android/rctmgl')
include ':app'