Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Aug 11, 2020
1 parent e96f061 commit a118ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/datetimepicker",
"version": "2.6.2",
"version": "3.0.0",
"description": "DateTimePicker component for React Native",
"main": "./src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit a118ca0

Please sign in to comment.