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

If a user only wants a time picker, then only the time selection interface should be displayed—without showing the full calendar view or header. ![Image](https://github.com/user-attachments/assets/6c3cc3a4-d615-477c-9ce4-9ecfdc6dc01c)

This PR adds the missing extension for the calendar plugin in dayjs inside the datetime-picker.tsx file. Without this, calling dayjs(currentDate).calendar(calendar) results in a runtime TypeError: calendar is not a function....

when i upgraded, from 2.0.11 to 3.1.2 i got this error. Im on SDK 52 logs ``` LOG newDate 1743259080000 LOG date 1743427708397 LOG initialDate 1743259080000 ``` ```js export default...

Currently getting some runtime errors in my react-native-web project. Using `[email protected]` with `[email protected]`, `[email protected]` and `react/[email protected]`. Logs ``` Uncaught runtime errors: × ERROR dayjs__WEBPACK_IMPORTED_MODULE_1___default(...)(...).calendar(...).locale is not a function TypeError: dayjs__WEBPACK_IMPORTED_MODULE_1___default(...)(...).calendar(...).locale...

when the calendar prop is set to **jalali** and **max date is also set for today**, when I select 11th of Farvardin, the days after 11th of farvardin get disabled....

Using the minimally reproduced example, the log for "date" runs on `onChange` (when clicking on a date), however, the "month" log doesnt run on `onMonthChange` (when clicking on the month...

Thank you for providing such a great library. I was wondering if there is an option for a specific date, to show only that week? If not, would you mind...

Right now I need to place months selector above years selector, but I have no styles option for their container to set, for example `flexDirection: 'column'` or completele override header...

enhancement