Releases: mmazzarolo/react-native-modal-datetime-picker
Releases · mmazzarolo/react-native-modal-datetime-picker
v4.0.0
New features
- Exposed the
is24Hour
prop for iOS (#11)
- The
date
prop is now synced with the component state (making it a controlled component) (#18)
Thanks to @nikolaiwarner, @MJ0826 and @bitsal for contributing to this release!
v3.0.0
New features
- Added the prop minimumDate
- Added the prop maximumDate
Thanks to @geekvijay and @Wadjetz!
v2.0.1
Breaking changes
- The
visible
prop has been renamed to isVisible
New features
- Added the prop
customCancelButtonIOS
- Added the prop
customConfirmButtonIOS
- Added the prop
customTitleContainerIOS
- Added the prop
datePickerContainerStyleIOS
Thanks to @Okipa for helping out
v1.1.0
Added datetime
support, thanks to #1