react-native-calendar
react-native-calendar copied to clipboard
Add a 'pastDayButton' customStyle
@BricePissard Thanks for the PR but this is conflicting with a commit here that i've already merged.
I think you just need to drop this commit fb9ca18b3add1a023e04f69d4cf9b3d860373ea3
Sorry for the delay correcting the merging issue. The current commit allows to set two new custom styles for past dates, letting user choosing whether the rounded selected date button should appears differently.
Ex:
<Calendar
...
customStyle = {{
...
pastDayButton: {...}
selectedPastDayCircle: {...}
}}
/>