Skip to content

Releases: quidone/react-native-wheel-picker

Release 1.6.4

06 Apr 15:37

Choose a tag to compare

1.6.4 (2026-04-06)

  • Exclude unnecessary files from the library that are sent to npm

Release 1.6.3

06 Apr 13:11

Choose a tag to compare

1.6.3 (2026-04-06)

Bug Fixes

  • DatePicker: an issue with triggering onDateChanged on Android #56 #71 (3c3e49b)

Release 1.6.2

06 Apr 13:01

Choose a tag to compare

1.6.2 (2026-04-06)

Bug Fixes

Release 1.6.1

25 Aug 12:03

Choose a tag to compare

1.6.1 (2025-08-25)

Bug Fixes

  • version 1.6.0 breaks Jest with Expo #54 (4e19b51)

Release 1.6.0

24 Aug 13:46

Choose a tag to compare

1.6.0 (2025-08-24)

Bug Fixes

  • onValueChanged is called between scrolling and index synchronization (161bf4f)
  • WheelPicker doesn't synchronize scrolling, if value prop doesn't change after scrolling (d02ac23)

Features

  • add DatePicker and PickerControl (Beta) (#52) (239cec0)
  • add extraValues prop for additional synchronization (#51) (62182f9)
  • add private onScrollStart, onScrollStartEnd props to WheelPicker (c733c29)

Release 1.5.2

19 Jul 04:44

Choose a tag to compare

1.5.2 (2025-07-19)

Bug Fixes

  • 'readOnly' to disable scroll by tap (48cedb3)

Release 1.5.1

19 Jul 02:39

Choose a tag to compare

1.5.1 (2025-07-19)

Bug Fixes

  • warning: 'React.Fragment' can only have 'key' and 'children' props. #45 (b09f972)

Release 1.5.0

18 Jul 14:09

Choose a tag to compare

1.5.0 (2025-07-18)

Features

  • add new prop "enableScrollByTapOnItem" (49a77ab)

Release 1.4.1

15 May 14:51

Choose a tag to compare

1.4.1 (2025-05-15)

Bug Fixes

Release 1.4.0

19 Jan 08:15

Choose a tag to compare

1.4.0 (2025-01-19)

Features