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

I tried to change the locale in 'fr' and 'es' but nothing change. I also tried different format like 'FR', 'fr_FR' but nothing works. I went to check the demo...

Hi added DateTimePicker in my project setting timePicker to true but when I try to change the time and move between the numberts all appears very slow and very hard...

I noticed that you rely on the npm package 'uninstall'. I guess this was by accident. You can safely remove it. It does not do anything: https://www.npmjs.com/package/uninstall

Summarized code: ```javascript import { Dropdown } from 'react-native-element-dropdown'; export default function App() { const [eventDate, setEventDate] = useState(); return ( Date of Event: {eventDate} setEventDate(params.date)} /> ); } ```...

need to be renamed:DatePickeMultipleProps -> DatePickerMultipleProps

**Bug Description** I tried to implement this library on my React-Native app, but when I try to change the calendar's year by pressing the year on the calendar's header, the...

For the range mode there are gaps in the selected range: ![IMG_1739](https://github.com/farhoudshapouran/react-native-ui-datepicker/assets/103606114/a1dce98a-531a-4f8b-a5c1-8fea54511e2a)

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

hi, we can't change the selectedColor of time wheel(it will always be 'black' which is not good for dark mode), I think selectedColor of wheel should be able to be...