react-native-ui-datepicker
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.
When attempting to change the locale language for the calendar component in my React Native project, I encountered an issue where the month names remain in English irrespective of the...
fix selected range issue #73
/** * enum(1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30) * The interval at which minutes can be selected. * * @extends from DatePickerIOSProperties */ minuteInterval?: 1...
When opening the timepicker within the DateTimePicker you are not able to change the time since it is not swipeable. The picker is placed within a bottomsheet of the gorhom...
## Feature: Disable Custom Dates In support of adding a feature that allows disabling custom dates I've added a prop `disabledDates` that accepts an array of dates (`DateType[]`) or a...
With displayFullDays set to true, I've seen that if the selected day is outside of the current month, the background styles overlap like this I imagine the issue is in...
I've come across this bug when I set displayFullDays to false. In every month a seemingly random day was cropped like this Having looked at the source code I found...
Currently, there is no option to show only the time picker - a flag to hide the date picker would be very useful..
## Intent With the level of customization the library offers, it should be able to disable custom dates like weekends, holidays, or any custom case. ## Proposed changes A new...
Hi, Is there currently any way to support 12 hour format? If not is it possible to have a workaround?