react-native-modal-datetime-picker

A React-Native datetime-picker for Android and iOS

MIT License

Downloads
1.3M
Stars
2.9K
Committers
97

Bot releases are hidden (Show)

react-native-modal-datetime-picker - v9.0.0

Published by mmazzarolo about 4 years ago

Features

  • Fix support of iOS 14 by defaulting the community datetimepicker display to "display" (you can still manually override it if needed). See react-native-community/datetimepicker#246.

BREAKING CHANGES

  • You need at least @react-native-community/[email protected] for this version to work correctly.
  • You need XCode 11 to build this version, and you need this version to properly support iOS 14 (for that you need XCode 12)

https://github.com/mmazzarolo/react-native-modal-datetime-picker/compare/v8.9.3...v9.0.0

react-native-modal-datetime-picker - v8.9.1

Published by mmazzarolo about 4 years ago

8.9.1 (2020-08-07)

Bug Fixes

  • Removed "isDarkModeEnabled" from the TS definitions (#461) (02f8f72)
react-native-modal-datetime-picker - v8.9.0

Published by mmazzarolo about 4 years ago

8.9.0 (2020-08-06)

Features

react-native-modal-datetime-picker - v8.8.0

Published by mmazzarolo about 4 years ago

8.8.0 (2020-08-04)

Features

  • Memo'd Android component to avoid re-rendering upstream which has a bug (#453) (069b2ca)
react-native-modal-datetime-picker - v8.7.1

Published by mmazzarolo over 4 years ago

8.7.1 (2020-05-31)

Bug Fixes

react-native-modal-datetime-picker - v8.7.0

Published by mmazzarolo over 4 years ago

8.7.0 (2020-05-19)

Features

react-native-modal-datetime-picker - v8.6.0

Published by mmazzarolo over 4 years ago

8.6.0 (2020-04-27)

Features

react-native-modal-datetime-picker - v8.5.4

Published by mmazzarolo over 4 years ago

8.5.4 (2020-04-07)

Bug Fixes

react-native-modal-datetime-picker - v8.5.3

Published by mmazzarolo over 4 years ago

8.5.3 (2020-04-06)

Bug Fixes

  • Use the correct width/height on rotation (#403) (4094b46)
react-native-modal-datetime-picker - v8.5.2

Published by mmazzarolo over 4 years ago

8.5.2 (2020-03-31)

Bug Fixes

react-native-modal-datetime-picker - v8.5.1

Published by mmazzarolo over 4 years ago

8.5.1 (2020-02-25)

Bug Fixes

  • typescript types did not allow mode='datetime' (#376) (a3b15a2)
react-native-modal-datetime-picker - v8.5.0

Published by mmazzarolo over 4 years ago

8.5.0 (2020-02-24)

Features

react-native-modal-datetime-picker - v8.4.0

Published by mmazzarolo over 4 years ago

8.4.0 (2020-02-23)

Features

  • Update Typings to include @react-native-community/datetimepicker props (#374) (6d631e3)
react-native-modal-datetime-picker - v8.3.0

Published by mmazzarolo over 4 years ago

8.3.0 (2020-02-21)

Features

react-native-modal-datetime-picker - v8.2.0

Published by mmazzarolo over 4 years ago

8.2.0 (2020-02-17)

Features

react-native-modal-datetime-picker - v8.1.3

Published by mmazzarolo over 4 years ago

react-native-modal-datetime-picker - v8.1.2

Published by mmazzarolo over 4 years ago

8.1.2 (2020-02-05)

Bug Fixes

  • Add minimum and maximum dates prop types (#359) (bd20873)
react-native-modal-datetime-picker - v8.1.1

Published by mmazzarolo over 4 years ago

8.1.1 (2020-01-20)

Bug Fixes

react-native-modal-datetime-picker - v8.1.0

Published by mmazzarolo almost 5 years ago

8.1.0 (2020-01-16)

Features

  • Updated underlayColor and updated deps (#347) (a579a5a)
react-native-modal-datetime-picker - v8.0.7

Published by mmazzarolo almost 5 years ago

  • First official public release of V8.
    See #301 for details about the new release.
    If you're updating from V7, please notice that there are breaking changes!

https://github.com/mmazzarolo/react-native-modal-datetime-picker/compare/v7.6.1...v8.0.7