stephy / CalendarPicker

CalendarPicker Component for React Native
787 stars 369 forks source link

Can't apply styles to empty day (showDayStragglers) #279

Open AnatolyMakarovKHM opened 3 years ago

AnatolyMakarovKHM commented 3 years ago

showDayStragglers: true

image

peacechen commented 3 years ago

The day stragglers aren't part of the month. They're provided as hints to the previous & next month's days. I feel it would be very confusing to style them the same or similar to the current month's days.

However I understand that there are different use cases that may warrant styling the day stragglers. Please submit a PR and I'll review & merge. Start by looking at the renderDayStraggler() method. https://github.com/stephy/CalendarPicker/blob/1c869e8174452180bb8f698e106c28e14b311482/CalendarPicker/DaysGridView.js#L150

Use the sample app in this project to develop with. https://github.com/stephy/CalendarPicker#sample-application