react-native-datepicker icon indicating copy to clipboard operation
react-native-datepicker copied to clipboard

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS

Results 106 react-native-datepicker issues
Sort by recently updated
recently updated
newest added

there is no update since 2018, is this package dead? we are using this on our old projects, if this package no longer maintained, could you please suggest me similar...

### Issue ### Expected Behavior ### Code ```javascript ``` ### Environment 1. `react-native -v`: 2. `node -v`: 3. `npm -v`: 4. `yarn --version`: 5. `target platform`: Android | iOS 6....

### Issue Property has a previous declaration ### Expected Behavior ### Code ```javascript ``` ### Environment xcode 12.5 1. `react-native -v`: 2. `node -v`: 3. `npm -v`: 4. `yarn --version`:...

### Issue onDateChange function is not updating fast enough. Sometimes when I quickly scroll and select let say 4 numbers (sequentially), the last (in our case 4th value) is not...

Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you...

Added `accessibilityLabels` for use in integration test frameworks like Appium. Issue https://github.com/xgfe/react-native-datepicker/issues/200

how can I change to font color of the button from default black? I tried : style={{ width: '100%', backgroundColor : 'rgb(63,81,181)', color: '#fff', borderRadius: 10, }} customStyles={{ dateInput:{borderWidth: 0...

Select 28 october 1985, but selected 29 october 1985 Platform: IOS. How rule this problem? Thanks.

### Expected Behavior On iOS 13 when dark mode enabled all fonts are white on the white background. Is there any chance to change the appeareance? i.E. like on react...

### Issue Two warnings Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false` and Warning: componentWillReceiveProps has been renamed, and...