react-native-datetimepicker / datetimepicker

React Native date & time picker component for iOS, Android and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current Date Not Visible in Spinner Mode

shukerullah opened this issue · comments

When using the spinner mode, I've noticed that the current date is not visible. This makes it challenging to view the current date. Has anyone encountered similar problems and how to resolve it?

Here is screenshot:
WhatsApp Image 2023-12-10 at 10 53 49 PM

Solution:

<key>UIUserInterfaceStyle</key>
<string>Light</string>

Reference: facebook/react-native#26299 (comment)