mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 17:23:42 +08:00
6 lines
232 B
Groovy
6 lines
232 B
Groovy
rootProject.name = 'NavigationPlayground'
|
|
include ':react-native-vector-icons'
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
|
|
|
include ':app'
|