Files
react-native-vector-icons/Examples/IconExplorer/android/settings.gradle
2015-09-29 23:08:06 -04:00

7 lines
225 B
Groovy

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