settings.gradle 204 Bytes
Newer Older
1
rootProject.name = 'PickerTest'
xwenliang's avatar
xwenliang committed
2 3
include ':react-native-picker'
project(':react-native-picker').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-picker/android')
xwenliang's avatar
xwenliang committed
4 5

include ':app'