Skip to content

Commit 33301ae

Browse files
chore(release): 10.0.0 [skip ci]
# [10.0.0](v9.2.3...v10.0.0) (2021-05-29) ### Features * Support the new iOS 14 picker style ([#558](#558)) ([a9adf43](a9adf43)) ### 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).
1 parent a9adf43 commit 33301ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-modal-datetime-picker",
3-
"version": "9.2.3",
3+
"version": "10.0.0",
44
"description": "A react-native datetime-picker for Android and iOS",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)