Skip to content

Commit 7882d0d

Browse files
yedidyakethanshar
authored andcommitted
Update dateTimePicker to support Xcode 12 and iOS 14 (#1269)
1 parent f5454f8 commit 7882d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dateTimePicker/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ class DateTimePicker extends Component {
249249
is24Hour={is24Hour}
250250
minuteInterval={minuteInterval}
251251
timeZoneOffsetInMinutes={timeZoneOffsetInMinutes}
252+
display={Constants.isIOS ? 'inline' : 'default'}
252253
/>
253254
);
254255
}

0 commit comments

Comments
 (0)