Skip to content

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

Release v1.3.0

04 Dec 13:22
Compare
Choose a tag to compare
  • Improve responsiveness of confirmed duration in modal. Now always gets the latest value on clicking confirm, even if the input is still scrolling.
  • Improve naming of internal functions for readability.
  • Remove promise of web support in README.

Patch v1.2.11

09 Nov 19:22
Compare
Choose a tag to compare
  • Update docs to include Expo Snack

Patch v1.2.10

03 Nov 14:30
Compare
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
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.