DEV Community

Discussion on: Using React Hook Form with react-native - Part I (set up & validation)

Collapse
 
aruna_c73a2ef82adf970a profile image
Aruna BP

Use this if you get undefined error object.

const { handleSubmit, control, formState: { errors } } = useForm();
Enter fullscreen mode Exit fullscreen mode