Skip to content

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

Patch v1.2.11

09 Nov 19:22

Choose a tag to compare

  • Update docs to include Expo Snack

Patch v1.2.10

03 Nov 14:30

Choose a tag to compare

  • Fix fatal issue with old React versions in bare workflow
  • Swtich to react-native-bob-builder to fix build issues
  • Add a bare workflow example project for future testing

Patch v1.2.7

20 Oct 08:34

Choose a tag to compare

  • Update default container style to stop content overflowing outside modal

Patch v1.2.6

20 Oct 08:33

Choose a tag to compare

  • Fix issue #14 - make modal and example work when changing orientation.

Patch v1.2.5

16 Oct 09:25

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

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

Choose a tag to compare

  • Make touchableOpacityProps optional (as intended)

Patch v1.2.2

23 Aug 09:37
cb69967

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

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

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.