farhoudshapouran / react-native-ui-datepicker

Customizable React Native 📅 DatePicker component for Android, iOS, and Web. It includes single, range and multiple modes and supports different locales.
https://farhoudshapouran.github.io/react-native-ui-datepicker/
MIT License
275 stars 28 forks source link

Can't remove currentDay color #12

Closed JoshDunnDev closed 8 months ago

JoshDunnDev commented 8 months ago

I tried using styling to do this but seems like that this can't be done. Is it possible to add an option that would allow you to not highlight the currentDay (today)?

Screenshot 2023-10-25 at 11 26 01 AM

farhoudshapouran commented 8 months ago

Hello, @JoshDunnDev thank you for reporting this issue, we can add options to style both current and selected days independently, I am working on some new features and consider these options also.

JoshDunnDev commented 8 months ago

Ok great thank you!

farhoudshapouran commented 8 months ago

Now we can style today's item with these 2 options:

todayContainerStyle
todayTextStyle