Skip to content

Formik and yup

Compare
Choose a tag to compare
@amandeepmittal amandeepmittal released this 05 Sep 12:12
· 247 commits to master since this release

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