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
453 stars 52 forks source link

Why is dayContainerStyle not applied on days not in the current month? #114

Open NorthBlue333 opened 2 months ago

NorthBlue333 commented 2 months ago

Hi there, Just trying to custom the date picker style. Why are dates oustide of the current month not using the dayContainerStyle?

https://github.com/farhoudshapouran/react-native-ui-datepicker/blob/bd0cea9ac92dd5d2e85c4b231d853413bb40a32f/src/components/Day.tsx#L56

I have also other issues with styling some containers:

Thanks!

DimaIvashchuk commented 1 month ago