stephy / CalendarPicker

CalendarPicker Component for React Native
787 stars 369 forks source link

Today is not highlighted if min date present #312

Open ranshine opened 2 years ago

ranshine commented 2 years ago

I am using calendar picker library and it is working fine, one issue i am facing when i enable min date then today is in disabled state. Is there any way that i can make today is highlighted even though min date selected.

code:

<CalendarPicker minDate={2017, 6, 3} todayTextStyle={{color:'red'}} />

siimorasmae commented 2 years ago

Just came across the same issue. From the readme: "If you provide textStyle with fontFamily and color, out of ranges dates will not apply your color, just fontFamily."

I just used todayBackgroundColor, which is not ideal, but it'll do for now I guess.