Skip to content

Commit

Permalink
Update dateTimePicker to support Xcode 12 and iOS 14 (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
yedidyak authored and ethanshar committed Apr 21, 2021
1 parent f5454f8 commit 7882d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dateTimePicker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ class DateTimePicker extends Component {
is24Hour={is24Hour}
minuteInterval={minuteInterval}
timeZoneOffsetInMinutes={timeZoneOffsetInMinutes}
display={Constants.isIOS ? 'inline' : 'default'}
/>
);
}
Expand Down

0 comments on commit 7882d0d

Please sign in to comment.