Files
react-native-fast-image/ReactNativeFastImageExample/android/settings.gradle
T

8 lines
407 B
Groovy
Raw Normal View History

2018-03-17 20:36:40 -04:00
rootProject.name = 'ReactNativeFastImageExample'
2018-03-17 20:55:27 -04:00
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':react-native-fast-image'
project(':react-native-fast-image').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fast-image/android')
2018-03-17 20:36:40 -04:00
include ':app'