Closed
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: