You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
The text was updated successfully, but these errors were encountered:
Hi @jmangarret
I don't recall the activeDayMiddleContainerStyle property. What you could do is apply a different style to the ranges (startDateContainerStyle, endDateContainerStyle)
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",
The text was updated successfully, but these errors were encountered: