maggialejandro/react-native-calendario

activeDayMiddleContainerStyle is no longer available in the DayTheme interface

jmangarret opened this issue · 2 comments

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",

See react-native-month too

Hi @jmangarret
I don't recall the activeDayMiddleContainerStyle property. What you could do is apply a different style to the ranges (startDateContainerStyle, endDateContainerStyle)