mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 04:21:08 +00:00
9 lines
424 B
Groovy
9 lines
424 B
Groovy
rootProject.name = 'RNMapboxGLExample'
|
|
|
|
include ':mapbox-react-native-mapbox-gl'
|
|
project(':mapbox-react-native-mapbox-gl').projectDir = new File(rootProject.projectDir, '../node_modules/@mapbox/react-native-mapbox-gl/android/rctmgl')
|
|
|
|
include ':react-native-vector-icons'
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
|
include ':app'
|