-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
BugComponent: PickerIOSPlatform: iOSiOS applications.iOS applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
React Native version: 0.60.5
This may be relevant to #25181 discussing Xcode 11 and iOS 13 Beta.
Steps To Reproduce
- Run
react-native init ExampleDatePicker
to create a new project. - Add
<DatePickerIOS date={new Date()} />
to the bottom of the scroll view inApp.js
. - Run app on iOS 13 (simulator or test device) having dark mode enabled.
- The date picker is interactive (you hear the ticking noise when dragging the wheels) but it appears transparent – you can't see it.
Describe what you expected to happen:
I expected to see the date picker.
This is what it looks like on iOS 13 with dark mode disabled:
…on iOS 13 with dark mode enabled:
JackCA, cuttlas, mezod, aks1994, sjchmiela and 33 more
Metadata
Metadata
Assignees
Labels
BugComponent: PickerIOSPlatform: iOSiOS applications.iOS applications.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.