mirror of
https://github.com/status-im/react-native-popup-menu.git
synced 2026-08-31 03:51:09 +00:00
6 lines
220 B
Groovy
6 lines
220 B
Groovy
rootProject.name = 'examples'
|
|
include ':react-native-vector-icons'
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
|
|
|
include ':app'
|