BugiDev / react-native-calendar-strip

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

how to set dateContainerStyle in calendarStrip #218

Closed arulmuthunas closed 3 years ago

arulmuthunas commented 4 years ago

Screenshot 2020-08-06 at 1 34 19 PM this is my current calendarStrip modal Screenshot 2020-08-06 at 1 34 31 PM but i want like this border radius

herksaw commented 3 years ago

Been searching for ways to achieve this, without modifying underlying source code.

Vasault commented 3 years ago

same here and is urgent :( , mostly looking for the month, year header to be align on the left

peacechen commented 3 years ago

Try calendarHeaderContainerStyle for the month & year container.

I have added the prop dayContainerStyle in commit 0f49b5b2fb602e55014760a682a3d54a3175192e. Here's an example of how to make it a rounded rectangle:

        <CalendarStrip
          dayContainerStyle={{borderRadius: 10}}
        />
peacechen commented 3 years ago

Published in 2.1.2

QuintonC commented 3 years ago

@peacechen Can we get dayContainerStyle added to the types definitions?

peacechen commented 3 years ago

@QuintonC Thanks for your PR. I haven't had time to fix & test this component, but I will review and merge PRs as soon as I can.