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 How can I apply dark mode support for it?
Old date pickers will be removed from main RN repo. So we need to update this library to use @react-native-community/datetimepicker.
### Issue When I set the locale of the date picker to "fr", I see that the options within the UIDatePicker have changed to French. However, the date string for...
- Hides type error in import for typescript project - Adds type suggestions for component props
I need to select only the month and year, in the choice of the day there is no need. In this case the very spinnermode be approached
### Issue componentWillReceivedProps has been renamed and is not recommended for use ### Expected Behavior It should work without any warnings ? ### Code ```javascript {this.setState({date: date})}} /> ``` Also...
Hi!How i can disable some days? Example: [ 21-2020, 25-2020: disabled, 3-2020 ]
For example the new https://github.com/react-native-community/datetimepicker. This is mostly to fix the problem with iOS Dark Mode where the text would turn white making it invisible in the white background. ```...
I use this plug-in, it can be used on android, if you switch Chinese, the language in the date will automatically become Chinese, you can ios, but I need to...