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

sm2017 picture sm2017  路  4Comments

yaronlevi picture yaronlevi  路  3Comments

zachariahtimothy picture zachariahtimothy  路  3Comments

knobandre picture knobandre  路  4Comments

mihaidaviddev picture mihaidaviddev  路  3Comments