Files
react-native-fast-image/react-native-fast-image-example/android/settings.gradle
T
Dylan Vann fddee2c583 Show local images.
Show local images on iOS and Android.
2018-06-09 22:12:56 -04:00

10 lines
547 B
Groovy

rootProject.name = 'ReactNativeFastImageExample'
include ':react-native-image-picker'
project(':react-native-image-picker').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-image-picker/android')
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, '../../android')
include ':app'