Skip to content

Releases: troberts-28/react-native-timer-picker

Patch v1.2.7

20 Oct 08:34
Compare
Choose a tag to compare
  • Update default container style to stop content overflowing outside modal

Patch v1.2.6

20 Oct 08:33
Compare
Choose a tag to compare
  • Fix issue #14 - make modal and example work when changing orientation.

Patch v1.2.5

16 Oct 09:25
Compare
Choose a tag to compare
  • Fix modal overlay press not working on iOS.
  • Stop labels consuming pointer events.

Patch v1.2.4

09 Oct 12:11
Compare
Choose a tag to compare
  • Make it possible to pass props to the top/bottom overlay individually
  • Upgrade Expo deps in example

Patch v1.2.3

23 Aug 09:43
0036882
Compare
Choose a tag to compare
  • Make touchableOpacityProps optional (as intended)

Patch v1.2.2

23 Aug 09:37
cb69967
Compare
Choose a tag to compare
  • Minor README styling improvements.
  • Fix styling hierarchy for buttons (general styles being applied ahead of specific styles).
  • Make it possible to supply props to button touchable opacity.

Patch v1.2.1

22 Aug 16:46
85fc593
Compare
Choose a tag to compare
  • Pass down refs properly to child components.
  • Expose ref on TimerPicker.
  • Make it possible to animate imperative methods on ref.

Release v1.2.0

22 Aug 10:36
495b11b
Compare
Choose a tag to compare
  • Set max/min limits on each picker, with auto-scrolling to nearest valid item.
  • Imperatively set the pickers' value using a method on the ref.
  • Provide custom label components (instead of just strings).
  • Expose ref type.
  • Various performance upgrades.

Patch v1.1.4

17 Aug 13:37
bfdc79f
Compare
Choose a tag to compare
  • Add base text style

Release v1.1.3

17 Aug 11:08
d3c99c2
Compare
Choose a tag to compare
  • Fix links in docs