FaridSafi / react-native-gifted-form

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

error message not displaying #77

Closed bionimic closed 8 years ago

bionimic commented 8 years ago

I tried to display error message via postSubmit(['An error occurred, please try again']);

but it doesn't appear in my form when I press submit. why?

last time It was there but this happen after I upgraded to RN 32

sambwest commented 8 years ago

Have you included the <GiftedForm.ErrorsWidget /> ?

bionimic commented 8 years ago

oh. Thanks.