React-native-paper: DatePicker Component

Created on 3 May 2019  路  4Comments  路  Source: callstack/react-native-paper

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.

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 ?

All 4 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alikazemkhanloo picture alikazemkhanloo  路  4Comments

ferrannp picture ferrannp  路  4Comments

zachariahtimothy picture zachariahtimothy  路  3Comments

zxccvvv picture zxccvvv  路  4Comments

talaikis picture talaikis  路  3Comments