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

### Issue {this.setDate(date)} } // onChange={this.setDate} /> ### Expected Behavior ### Code ```javascript ``` ### Environment 1. `react-native -v`: 2. `node -v`: 3. `npm -v`: 4. `yarn --version`: 5. `target...

Hi, Warning appear with new RN 0.61.1 : DatePickerIOS has been merged with DatePickerAndroid and will be removed in a future release. Please use @react-native-community/datetimepicker instead of react-native. Thx for...

Fix the issue of Comp will receive props

Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. ### Environment 1. `react-native -0.61.1`: 5. `target platform`: Android 6. `operating system`: windows

Is it possible to show only month and year inside the scrollable picker control, instead of showing month, day and year?

### Issue datepicker displays the previous date with certain years ### Expected Behavior As I mention in the title, datepiker displays the date or the previous day with certain years,...

### Issue For android onPressCancel method is not working. ### Expected Behavior On calling onPressCancel calendar pop up should be closed. ### Code ```javascript import React, { Component } from...

Changing hook componentWillReceiveProps to componentDidUpdate and removing yellowbox