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 visible (Hide)

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

Published by github-actions[bot] over 3 years ago

9.2.1 (2021-04-18)

Bug Fixes

  • Added dark theme option to confirm button (#547) (f6c1df0)
react-native-modal-datetime-picker - v9.2.0

Published by github-actions[bot] over 3 years ago

9.2.0 (2021-02-26)

Features

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

Published by github-actions[bot] almost 4 years ago

9.1.0 (2020-11-11)

Features

  • update isIphoneX helper to support iPhone 12 and iPhone 12 mini (#493) (3b463d4)
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.3

Published by github-actions[bot] about 4 years ago

8.9.3 (2020-08-11)

Bug Fixes

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

Published by github-actions[bot] about 4 years ago

8.9.2 (2020-08-11)

Bug Fixes

  • Don't use Appearance if not available (#464) (85e2d2e)

In our previous release (that we accidentally marked as a minor) we removed the isDarkModeEnabled prop and started using the "Appearance" module internally to decide which color scheme should be used for the picker on iOS.
This introduced an issue because the Appearance module is not available on RN < 0.62.
To fix both the minor bump and the actual bug, we are re-introducing the isDarkModeEnabled prop and, if not set, we fallback to the Appearance module (only if available).
Also updated the example to RN 0.63.2.

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