DEV Community

Discussion on: Forms in React Native, The right way 😎

Collapse
 
martincernyawin profile image
Martin Cerny

I have also tried to unit test validations, but that doesn't work. The validation is skipped when I submit the whole form in tests.

Do you know if there is anyway how I can trigger the validations in form?

Collapse
 
elaziziyoussouf profile image
Elazizi Youssouf

you can use triggerValidation function : react-hook-form.com/api#triggerVal...