react-native-ui-datepicker icon indicating copy to clipboard operation
react-native-ui-datepicker copied to clipboard

Customizable React Native πŸ“… DatePicker component for Android, iOS, and Web. It includes single, range and multiple modes and supports different locales.

Results 72 react-native-ui-datepicker issues
Sort by recently updated
recently updated
newest added

Would returning a standard JavaScript Date type instead of dayjs object be more appropriate? Otherwise, it could be unintuitive and inconvenient for users who don't use the dayjs library(they have...

Most calendar libs have support marked dates, I hope this lib will support this too. As for custom style for individual date, it allow for more complex marked dates style....

setVisible(true)}> {des} {date ? date + ':00' : '点击选择既间'} setVisible(false)}> setVisible(false)} > {/* */} {date ? dayjs(date).locale(locale).format('YYYY-MM-DD HH:mm:ss') : '...'} {/* {date ? dayjs(date).locale(locale).format('MMMM, DD, YYYY - HH:mm') : '...'}...

It will be nice to have pre-disabled dates with custom styling, like marking holiday which can't be selected in single and multiple mode. Thanks for making this useful library

## Allowing Weekdays to Be Disabled from Selection Sometimes we'll want to prevent users from selecting specific weekdays, for example, weekend days. By using disabledDays, we can disable specific days...

can you add the style when user pressed any pressable. maybe the design when using touchableOpacity is enough.

i wanna fix bug on styling selected date range from this ![image](https://github.com/farhoudshapouran/react-native-ui-datepicker/assets/146822632/99d66042-959a-44f2-a7cd-044c747fceeb) to this ![image](https://github.com/farhoudshapouran/react-native-ui-datepicker/assets/146822632/4eb6b759-dfa9-404d-bac0-19a8dd059f95)

Needs option to display timepicker times in US AM/PM format

when provindg maxDate, the year selector still shows every year past the year of the given maxDate as selectable, only until you get to month/day selection does the user realize...

Hi, I noticed the library didn't work once installed in my project. It's caused by using different versions of dayjs. I would suggest adding this to the README.md at the...