Skip to content

Releases: lawnstarter/react-native-picker-select

2.0.2

17 Apr 18:07
370bc00
Compare
Choose a tag to compare

Bugfix

2.0.1

24 Feb 23:02
8d77e8d
Compare
Choose a tag to compare

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

22 Feb 05:17
dc7f690
Compare
Choose a tag to compare
  • items prop can now be updated
  • Placeholder can be suppressed

1.0.2

15 Feb 01:09
855acc2
Compare
Choose a tag to compare
  • placeholder prop now accepts an object, allowing you to customize both the value and label

1.0.1

12 Feb 01:08
35b703f
Compare
Choose a tag to compare
  • Added lodash.isEqual dependency for object comparison

1.0.0

11 Feb 23:01
15015b9
Compare
Choose a tag to compare
  • Initial release