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.
Hello, awesome looking calendar, one thing I found is that the Multiple picker props is misspelled!  It is missing the 'r' in "Picker"
## Context The current `month` calendar view does not allow using arrows to switch between years. At least, the UI is not updated leading users to fix that it's not...
Hi (again) Currently, with `react-native-web`, the Header component root container maps to a `h1` tag (which is highly incorrect in semantics for this element). https://github.com/farhoudshapouran/react-native-ui-datepicker/blob/bd0cea9ac92dd5d2e85c4b231d853413bb40a32f/src/components/Header.tsx#L166 I think this is due...
Hi there, Just trying to custom the date picker style. Why are dates oustide of the current month not using the `dayContainerStyle`? https://github.com/farhoudshapouran/react-native-ui-datepicker/blob/bd0cea9ac92dd5d2e85c4b231d853413bb40a32f/src/components/Day.tsx#L56 I have also other issues with styling...
fix styles mentioned by [@jtsimoes](https://github.com/jtsimoes) on https://github.com/farhoudshapouran/react-native-ui-datepicker/pull/92#issuecomment-2347020944
Hi you can check this bug by running example too. It is some kind of weired , if you select any date it got selected correct but in state value...
Currently this component fetches the time in the local timezone via dayjs and is not applicable to apps where multiple timezones exist. Please add timeZoneOffsetInMinutes or timeZone As far as...
Feature request. Disable years and months that are not selectable anyway. So if I set a minDate of '1-1-2024' then, when pressing the year buttons, make the years before that...
I use chips ("This week", "This month", "Previous week" etc) for the most used patterns, and when the user selects a pattern that selects dates outside the active month, it...