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.
Why are these no longer available for import? I see them defined but now I cannot directly import them. I see there is a BaseProps as well but this is...
It would be extremely useful to have the ability to highlight a particular date or an array of dates in the date picker.
why showing this error while i'm using like this : ``` import React, { useState, useEffect } from 'react'; import { View, StyleSheet, TouchableOpacity, Text, Switch } from 'react-native'; import...
Bumps [image-size](https://github.com/image-size/image-size) from 1.2.0 to 1.2.1. Release notes Sourced from image-size's releases. v1.2.1 Fixes fix potential Denial of Service via specially crafted payloads in https://github.com/image-size/image-size/commit/640a67d9e821baee4cb596def8db00627f649dfc Full Changelog: https://github.com/image-size/image-size/compare/v1.2.0...v1.2.1 Commits a4178fb...
Issue: #163 Added custom accessibility labels for: - Year selector - Month selector - Time selector - Prev button - Next button Updated READ.me too
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.7 to 7.26.10. Release notes Sourced from @babel/helpers's releases. v7.26.10 (2025-03-11) Thanks @jordan-choi and @mmmsssttt404 for your first PRs! This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a...
Hi ! Just FYI, I've noticed that pressing the time selector triggers onChange, which messes up the default values and creates weird interactions. (attachement below) I've also noticed it's being...
On first render with an initialView of `Day`, it triggers a single onChange. On first render with an initialView of `time`, it triggers onChange twice, once with the minute(with the...
Hey, I'm solving Android accessibility scanner issues and ability to override components accessibility labels without creating custom components would be great, also there is no way to override calendar selectors...
Hello, Thank you for the great package. -->Still i have a small requirement which i am not able to achieve using this package. i am to create multiple range with...