Formik and yup
Includes:
- Installing the libraries (react-native-elements, formik and yup)
- Creating reusable components (forminput & formbutton)
- Create a login form
- Add Formik to the login form
- Handle form submission
- Validate form with yup
- Refactor error message
- Disable Button when form is not valid
- Show errors only if touch for specified field
- Show a loading indicator on Login button while submitting