BugiDev / react-native-calendar-strip

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

Possibility to add style to the whole date container component #259

Closed dezse97 closed 3 years ago

dezse97 commented 3 years ago

Currently, we can add custom styles one by one for the name and the number. But what if we want to put the whole date container (name and number) in a circle or something like this.

peacechen commented 3 years ago

Try dateContainerStyle in customDatesStyles https://github.com/BugiDev/react-native-calendar-strip#customdatesstyles

dezse97 commented 3 years ago

Yes, it is an alternative way, but what if I would like to add a container style to the selected date?

peacechen commented 3 years ago

A new prop would need to be added e.g selectedDateContainerStyle. Please submit a PR with that added prop.