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

Possible Unhandled Promise Rejection (id: 0): Error: DatePickerAndroid is not supported on this platform. Date picker is not opened in iOS got the following error Possible Unhandled Promise Rejection (id:...

Dears, I looking for disable some dates in the date picker to be dimmed ( disable weekends for example) but i couldn't find property to do that .would you please...

### Issue If you do not select a time and right click confirm button will show the current time. But I set minuteInterval = 5 and this parameter ignore. ![srdetryguio](https://user-images.githubusercontent.com/14949813/35606963-2239e0fc-067c-11e8-9a1b-1b496085228e.gif)...

Fixed `componentWillReceiveProps` warning Issue #355

{ this.props.onDateChange(date) }}/> ![WechatIMG22](https://user-images.githubusercontent.com/14799431/101431776-82cc8b80-3942-11eb-9cc6-eedd9743c46c.jpeg)

componentwillreceiveprops-has-been-renamed to UNSAFE_componentWillReceiveProps

### Issue DatePicker is displaying wrong default date just in March for years greater than 2024 if we select 30-03-2025 and we open the picker the picker is showing 29-03-2025...

### Issue I want to display to user time in the format "hh:mm a", but in database I want to save time in the format of unix tamstamp? Is it...

### Issue https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ We need to remove all jcenter() references in this project.

### Issue We have setup the datepicker as follows: ```` {this.setState({datetime: datetime});}} />` ``` We have the above implementation of datepicker within a report form. The (**this.state.datetime)** state is linked...