beefe / react-native-picker

A Native Picker with high performance.
1.75k stars 786 forks source link

Support PickerView height customization both for IOS and android #361

Open winfredxu opened 5 years ago

winfredxu commented 5 years ago

For IOS, just set the option value: iosPickerHeight, default value is 250. For Android, set the option value: androidItemsVisibleCount, default value is 9.

yesw6a commented 5 years ago

Someone could merge it?