CalendarPicker icon indicating copy to clipboard operation
CalendarPicker copied to clipboard

CalendarPicker Component for React Native

Results 101 CalendarPicker issues
Sort by recently updated
recently updated
newest added

When using `showDayStragglers={true}` and set a color on `todayBackgroundColor`, this color is applied on same day on other months 'stragglers'. See below image (day 1 is today). ![image](https://user-images.githubusercontent.com/89602836/131727424-ed5c6d77-5445-440a-a3c3-1f824e504598.png)

When passing a JS date object as an initialDate to `` (which is the type of the initialDate prop) I get an error `initialDate.clone is not a function`. I'm forced...

how to change the text in this yellow circle [https://i.pinimg.com/originals/7b/65/0f/7b650f8d7689de7b821e1135412fb0fe.jpg](https://i.pinimg.com/originals/7b/65/0f/7b650f8d7689de7b821e1135412fb0fe.jpg)

Is there a way to show 2 months vertically while having scrollable = true?

My build system is giving me the below error, which I assume is because the file contains JSX code (which is invalid JS). Maybe there are other ways, but I...

I want to make the style of the start part and the end part a round circle. What should I do to make it look like the picture below?

Hey there. I'm trying to write some scheduling functionality that reaches into a database and finds existing start and end dates to disable these dates on CalendarPicker. This is working...

How can i add multiple selected dates in calendar. I have to add multiple events in single month right now i am able to add only single start and end...

When using minRangeDuration with any value is passing the libraries disabled styles to the text. Here is my Calendar ``` ``` Here is a screenshot when `allowBackwardRangeSelect` is `false` Here...