wix / react-native-calendars

React Native Calendar Components πŸ—“οΈ πŸ“†
MIT License
9.49k stars 2.94k forks source link

BorderRadius on type 'period' #1005

Open ilya-raevskiy opened 4 years ago

ilya-raevskiy commented 4 years ago

I have

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2019-12-05 Π² 14 09 09

I need

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2019-12-05 Π² 14 09 02

How to do it?

auseika commented 4 years ago

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?

shivanitp commented 3 years ago

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

pfcodes commented 1 year ago

Anybody figure this out?

Edit: Use customContainerStyle in the marked date object.

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

ducgiang2701 commented 1 year ago

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

liang54110 commented 8 months ago

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