React-native-web: DatePicker

Created on 11 Sep 2018  路  1Comment  路  Source: necolas/react-native-web

Is your feature request related to a problem? Please describe.
It would be nice to trigger the native date picker of modern browsers to mimic RN DatePickerIOS / DatePickerAndroid.

Describe a solution you'd like
I thought rendering a simple <input type="date" /> could do the trick. In the same way the Picker component is implemented for web (using a simple <select />).

Describe alternatives you've considered
Anything else than this solution would not belong in react-native-web imo.

Additional context
I did not find any issue/discussion about the matter, is that something that has already been discussed? If so feel free to close the issue.

Most helpful comment

There's no cross-platform DatePicker in RN and the platform-specific ones have been moved to community projects.

>All comments

There's no cross-platform DatePicker in RN and the platform-specific ones have been moved to community projects.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iksent picture iksent  路  3Comments

zhangking picture zhangking  路  3Comments

MovingGifts picture MovingGifts  路  3Comments

tgh picture tgh  路  3Comments

passion0470 picture passion0470  路  3Comments