I am facing an issue with the react-native-calendar-picker package where I am unable to style in-active today dates, which correspond to the dates visible from the previous or next month (Stragglers). Currently, it seems that the todayBackgroundColor prop sets the background color for these in-active today dates, but unfortunately, there is no direct way to change the text color.
I am facing an issue with the
react-native-calendar-picker
package where I am unable to style in-active today dates, which correspond to the dates visible from the previous or next month (Stragglers). Currently, it seems that thetodayBackgroundColor
prop sets the background color for these in-active today dates, but unfortunately, there is no direct way to change the text color.