activeDayMiddleContainerStyle is no longer available in the DayTheme interface
jmangarret opened this issue · 2 comments
jmangarret commented
I am rendering a calendar with a date range and I want the start date and end date to have one color and the middle days to have another color. In a previous version this could be done with the activeDayMiddleContainerStyle property and I passed the background.
"react-native-calendario": "^3.5.2",
jmangarret commented
See react-native-month too
maggialejandro commented
Hi @jmangarret
I don't recall the activeDayMiddleContainerStyle
property. What you could do is apply a different style to the ranges (startDateContainerStyle
, endDateContainerStyle
)