react-native-datepicker
react-native-datepicker copied to clipboard
react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
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. ...
Fixed `componentWillReceiveProps` warning Issue #355
{ this.props.onDateChange(date) }}/> 
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...