FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

which DatePicker use in Android #39

Open HellMagic opened 8 years ago

HellMagic commented 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!!!

yuanchuming commented 7 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!!!

tugrulcan commented 7 years ago

@FaridSafi Any idea?

cooperka commented 7 years ago

@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 commented 7 years ago

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.