Releases: lawnstarter/react-native-picker-select
Releases · lawnstarter/react-native-picker-select
2.0.1
Breaking Changes
placeholder
prop now expects an object
onSelect
has been renamed to onValueChange
to match the Picker API
New
onUpArrow
and onDownArrow
available to toggle between inputs on iOS
Other
- Style tweaks to match closer to the native
<select>
on iOS
1.1.0
items
prop can now be updated
- Placeholder can be suppressed
1.0.2
placeholder
prop now accepts an object, allowing you to customize both the value
and label
1.0.1
- Added lodash.isEqual dependency for object comparison