Formik resetForm triggers validation schema during transition between screens in React Native Expo
I’m encountering an issue with Formik’s resetForm()
function triggering the validation schema just before transitioning between screens in a React Native Expo application. Here’s a breakdown of my setup: