Releases: troberts-28/react-native-timer-picker
Releases · troberts-28/react-native-timer-picker
Release v1.3.0
- 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
- Update docs to include Expo Snack
Patch v1.2.10
- 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
- Update default container style to stop content overflowing outside modal
Patch v1.2.6
- Fix issue #14 - make modal and example work when changing orientation.
Patch v1.2.5
- Fix modal overlay press not working on iOS.
- Stop labels consuming pointer events.
Patch v1.2.4
- Make it possible to pass props to the top/bottom overlay individually
- Upgrade Expo deps in example
Patch v1.2.3
- Make touchableOpacityProps optional (as intended)
Patch v1.2.2
- 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
- Pass down refs properly to child components.
- Expose ref on TimerPicker.
- Make it possible to animate imperative methods on ref.