Open HellMagic opened 8 years ago
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!!!
@FaridSafi Any idea?
@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.
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.
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!!!