Releases: lawnstarter/react-native-picker-select
Releases · lawnstarter/react-native-picker-select
4.2.0
New
- Android now supports hideIcon flag (#67)
4.1.0
New
- Get selected item by key if provided, otherwise get by value (#56)
4.0.0
Breaking Changes
- Calls
onValueChange
prop if value
prop has changed
3.1.2
Bugfixes
- Selected value not updating #33
3.1.1
New
- Allow color prop on individual picker items (@TimMun)
Bugfixes
- Allow landscape orientation on iOS
3.1.0
- Added a
doneText
prop to modify the text on iOS
- Added default rightPadding to the iOS TextInput when
hideIcon
is falsey to prevent the icon from laying on top of text
3.0.1
New
- Opened up chevron styles to modification via the
style
prop
- Opened up animationType to modification via the
animationType
prop
3.0.0
Breaking Changes
- Updated for React 16.3 support with
getDerivedStateFromProps