react-native-calendars
react-native-calendars copied to clipboard
BorderRadius on type 'period'
I have

I need

How to do it?
Same question here. I want to override container style, but without creating whole new day component or full custom theme. Just change borderRadius of the start/end dates. How can I do this?
@ilya-raevskiy have you get any solution for this I'm already using this customContainerStyle but not working
Anybody figure this out?
Edit: Use customContainerStyle in the marked date object.
see: https://github.com/wix/react-native-calendars/pull/870
I have use customContainerStyle but it not working for android, I have not tested on ios. who can help me ???
I found that customContainerStyle was overridden by other color styles and added an MR to solve this problem see: #2388