fateh999 / react-native-paper-form-builder

React Native Paper Form Builder with inbuilt Validation, dropdown, autocomplete, checkbox, switch and radio inputs.
MIT License
116 stars 25 forks source link

Custom Validation #69

Open diegodesouza opened 1 year ago

diegodesouza commented 1 year ago

I'm wondering if there's a way to create a custom validation where if it logic or value was true it would then return an error message.

For example: In a signup form, if the user has already used an email, I'd like to have a validation message below the email field.

Please let me know if this makes sense. thanks