mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00: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'
|