Hi, first of all, thank you for creating this really awesome library! We're using this library at work and I notice that it didn't have a date picker material design component. It would be nice if that will be included in future releases so we can make use of that component.
This library follows material design guidelines.
And there is no specific component for DatePicker in material design.
You can use TextInput component from this library with react native's DatePickerAndroid api and DatePickerIOS component.
I don't know if I should comment here or open the same exact issue, but there is now a date picker component in material design: https://material.io/components/pickers/
Your workaround is of course still perfectly valid, but do you plan to embark this new component in a future release ?
I'm working on this in a separate package https://github.com/web-ridge/react-native-paper-dates
Datepicker and timepicker are added to the package!
Most helpful comment
I don't know if I should comment here or open the same exact issue, but there is now a date picker component in material design: https://material.io/components/pickers/
Your workaround is of course still perfectly valid, but do you plan to embark this new component in a future release ?