react-native-form-validator
react-native-form-validator copied to clipboard
is there any API to take error message for a specific field?
I see this.isFieldInError(fieldName)
returns a boolean indicating the field has error or not. I was looking for something or some way to show the error for that field too.