Releases: mmazzarolo/react-native-modal-datetime-picker
Releases · mmazzarolo/react-native-modal-datetime-picker
v9.2.2
v9.2.1
v9.2.0
v9.1.0
v9.0.0
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-datetimepicker/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)
v8.9.3
v8.9.2
8.9.2 (2020-08-11)
Bug Fixes
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
.