react-native-gifted-form icon indicating copy to clipboard operation
react-native-gifted-form copied to clipboard

which DatePicker use in Android

Open HellMagic opened this issue 8 years ago • 4 comments

i flow the example, and i realize the example use GiftedForm.DatePickerIOSWidget, i didn't know what can i use in android env. or, the great project now is no intent to support android. Thanks!!!

HellMagic avatar Mar 23 '16 09:03 HellMagic

i flow the example, and i realize the example use GiftedForm.DatePickerIOSWidget, i didn't know what can i use in android env. or, the great project now is no intent to support android. Thanks!!!

yuanchuming avatar May 15 '17 06:05 yuanchuming

@FaridSafi Any idea?

tugrulcan avatar Jun 16 '17 19:06 tugrulcan

@tugrulcan all widgets can be found here: https://github.com/FaridSafi/react-native-gifted-form/tree/master/widgets

There's no date picker for Android yet, but feel free to add one if you have time! It's pretty straightforward :) Thanks for the feature request.

cooperka avatar Jun 16 '17 21:06 cooperka

Thanks to @frmdstryr, you can now do it very easily using RowValueWidget. Please see https://github.com/FaridSafi/react-native-gifted-form/pull/100 for details.

cooperka avatar Jun 20 '17 00:06 cooperka