MichaelCereda / react-native-form-generator

Generate forms with native look and feel in a breeze
MIT License
377 stars 105 forks source link

Use datetimeTimeFormat to show time value #126

Closed kastopia closed 6 years ago

kastopia commented 7 years ago

Android TimePickerComponent was not honouring dateTimeFormat function from props. If dateTimeFormat is not passed from parent component, it uses the default value.

pnthach95 commented 6 years ago

It worked, thanks.