react-native-datepicker
react-native-datepicker copied to clipboard
react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
React-native removed TimePickerAndroid from its library
### Issue Tried to change the placeholder text color with an 'rgba(161, 161, 161, 0.3)' value, but the color appeared different on android and ios. In case of iOS, i...
Is this library still maintained? The last commit has been 2 years ago. There are 192 issues and pull requests waiting. If it continues like this, it will completely stop...
Issue There is no Today button Expected Behavior A 'Today' button that jumps to current date Version "react-native-datepicker": "^1.7.2", Code this.props.onDateChange(date)} /> In addition to the cancel and confirm button,...
### 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....
Hello Admin, Please update for the Warning: componentWillReceiveProps is deprecated and will be removed in the next major version. Use static getDerivedStateFromProps instead. I am using React Native 0.60.
On the simulator, the picker animates sliding up and down smoothly. However on the iphone the picker appears without animation but slides down with animation. How can I fix this?...
### Issue Date picker not accept the date before 1900-01-01 ### Expected Behavior i just want show selected date before 1900-01-01 ### Code ```javascript ```
### Issue Hey i want to customise calendar components from picture 1 into picture 2 for both IOS and ANDROID. Here calendar components which i want to customise: - Header...