fateh999 / react-native-paper-form-builder

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

getValues from react-hook-forms #29

Closed morganmatt61 closed 3 years ago

morganmatt61 commented 3 years ago

Is it possible to use https://react-hook-form.com/api/useform/getvalues with react-native-paper-form-builder for validation? If so can it be included in documentation or examples? Thank You!

fateh999 commented 3 years ago

Yes you can we directly use the useForm hook, so in place of handleSubmit, we can use this, but can you add an example of this case.