Skip to content

Releases: mmazzarolo/react-native-modal-datetime-picker

v4.1.0

09 Mar 20:54
Compare
Choose a tag to compare

New features

Added the prop datePickerModeAndroid #23

Thanks to @kapilratnani!

v4.0.0

22 Feb 19:22
Compare
Choose a tag to compare

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

11 Nov 21:15
Compare
Choose a tag to compare

New features

  • Added the prop minimumDate
  • Added the prop maximumDate

Thanks to @geekvijay and @Wadjetz!

v2.0.1

12 Oct 19:36
Compare
Choose a tag to compare

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

06 Oct 18:47
Compare
Choose a tag to compare

Added datetime support, thanks to #1