Skip to content

Commit a118ca0

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.6.2...v3.0.0) (2020-08-11) ### Features * support preferredDatePickerStyle in iOS 14 ([#246](#246)) ([e96f061](e96f061)) ### BREAKING CHANGES * you need XCode 11 to build this version, and you need this version to properly support iOS 14 (for that you need XCode 12) This adds support for preferredDatePickerStyle to the module. We took the android-only display prop and extended the support for iOS too, as opposed to adding a new ios-only prop.
1 parent e96f061 commit a118ca0

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-community/datetimepicker",
3-
"version": "2.6.2",
3+
"version": "3.0.0",
44
"description": "DateTimePicker component for React Native",
55
"main": "./src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)