BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
934 stars 325 forks source link

Current date styles #337

Open ddtch opened 2 years ago

ddtch commented 2 years ago

Besides styles for selectedDate it would be grate to add styles for current day When user scrolls it is nice to indicate current date. how can I highlight it ?

durgaswaroop commented 1 year ago

Depending on how you want to highlight is, you can either use markedDates or customDatesStyles.

With markedDates, you can only show either a dot or an underline. But with customDatesStyles, you have a little more control on how to style it.