In the previous post in this series on working with forms in React Native, you did a lot of things—from creating Login and Signup forms from scratch, to using powerful libraries like Formik and Yup, to validating those forms.
In this tutorial, let’s extend our knowledge of building and validating forms by handling different input field types other than strings. You’re also going to see my solution for how to gracefully create a Confirm Password field and validate it using the reference of the already set up password field.
Continue reading “Handling different field types in React Native forms with Formik and Yup”