Releases: mmazzarolo/react-native-modal-datetime-picker
Releases · mmazzarolo/react-native-modal-datetime-picker
v13.1.0
v13.0.1
v13.0.0
v12.0.0
v11.1.0
v11.0.0
11.0.0 (2021-09-01)
Features
BREAKING CHANGES
- From now on, we require
react-native>=0.65
to work correctly (because[email protected]
deprecates theremoveListener
API that we were using before this change).
v10.2.0
v10.1.0
v10.0.0
10.0.0 (2021-05-29)
Features
BREAKING CHANGES
- Do not show the built-in iOS header by default on iOS.
We are planning to stop the built-in iOS header support in the near future, but we'll still support custom header implementations passed to the "customHeaderIOS" prop.
For the time being, you can still show the built-in iOS header by setting the "isHeaderVisibleIOS" prop to true. - Add support for the new iOS 14 picker style by using setting the "display" prop to "inline".
You could already set "display" to "inline" to achieve an iOS 14 style, but we tweaked a bit the modal padding to look better in this use case. This is a breaking change because if you were already using the "inline" display you might have to update your style customizations to account for the new padding.
We also added a new "pickerStyle" prop that can be used to customize the picker wrapper (which is the element we use to set the padding described above).