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

HI! I get TypeScript error for property 'firstDay': Property 'firstDay' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly'.ts(2769)

This PR introduces a new prop, `renderDay`, to enhance the customization capabilities of `react-native-calendar-picker`. With this addition, users can now provide a custom component to render each day in the...

It allows me to select and date and I am sucessfully catching and saving it to DB, as well as displaying in various places. But I dont have a prop...

Would it be possible for a selected day style to check whether it is also a custom date or today and merge those styles. It is applicable when for example...

Hey, date-fns supports localization do you think it would be possible to have a locale prop in CalendarPicker that would pull corresponding month and week names from date-fns and decide...

# Description Addresses [this issue](https://github.com/stephy/CalendarPicker/issues/283) where invoking the `handleOnPressDay(date)` method doesn't update the visible month to the one that contains `date`. # Changes - updated `handleOnPressDay` method to set `currentMonth/Year`...

Warning: Day: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. in Day

Hi, great tool :) Since my user cannot select the time (expected behavior), i would like to set to midnight (00:00:00 GMT+0200). Currently, it is set by default to 12:00:00...

When the minDate and MaxDate is changed, it remain on previous min-max Date. When i move to actual month (previous or next) it behaves abnormally. new min and MaxDate is...

Update recyclerlistview to the latest version to address high vulnerabilities