FaridSafi / react-native-gifted-form

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

Add errors widget #60

Closed juankiz closed 8 years ago

juankiz commented 8 years ago

This component is used to place the errors anywhere on the form. The way to use it is something like this:

<GiftedForm>
  <GiftedForm.ErrorsWidget />
</GiftedForm>
FaridSafi commented 8 years ago

thank you @juankiz