react-native-calendars icon indicating copy to clipboard operation
react-native-calendars copied to clipboard

BorderRadius on type 'period'

Open ilya-raevskiy opened this issue 5 years ago • 5 comments

I have Снимок экрана 2019-12-05 в 14 09 09

I need Снимок экрана 2019-12-05 в 14 09 02

How to do it?

ilya-raevskiy avatar Dec 05 '19 09:12 ilya-raevskiy

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?

auseika avatar Dec 11 '19 21:12 auseika

@ilya-raevskiy have you get any solution for this I'm already using this customContainerStyle but not working

shivanitp avatar Aug 04 '21 07:08 shivanitp

Anybody figure this out?

Edit: Use customContainerStyle in the marked date object.

see: https://github.com/wix/react-native-calendars/pull/870

pfcodes avatar Nov 20 '22 04:11 pfcodes

I have use customContainerStyle but it not working for android, I have not tested on ios. who can help me ???

ducgiang2701 avatar Jun 30 '23 04:06 ducgiang2701

I found that customContainerStyle was overridden by other color styles and added an MR to solve this problem see: #2388

liang54110 avatar Jan 10 '24 03:01 liang54110