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.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
From 2016 and backwards when I pick a date, chosen date becomes the day before I picked. For instance when I pick 8/31/2016 from picker, chosen date becomes 8/30/2016. No...
**Description** I tried to get endDate from this date picker. The start date is given properly but then the end date is undefined. **Console Log** > LOG start "2024-02-06T18:30:00.000Z" >...
with the selected dates, for some reason the background is gray, although it should be blue, if you change the color of the selected dates, this strip may disappear, also...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
This cleans up the return type to be a string. As the time containing already was a string this provides the same type for both possible return types. Returning a...
selectedColor of wheel should be able to be set via timePickerTextStyle, or we can change the selecteColor of time wheel
If the count of day rows is not 6, the bottom blank area is too much when integrate the calendar in UI that has other views surround it.
Fixing year.at(0) error on selecting the year in the Calender ```typescript TypeError: years.at is not a function. (In 'years.at(0)', 'years.at' is undefined) ```  was getting the above error on...