Skip to content

Releases: thareekanvar/expo-firebase-phonenumber-auth-starter

Resend OTP

01 Aug 18:01
ce1201d
Compare
Choose a tag to compare
  • Resend OTP
  • Time interval for resend a new OTP
  • Wrong number back to phone page
  • validation schema separation

Initial version

01 Aug 17:53
Compare
Choose a tag to compare

Is a quicker way to start with Expo + Firebase projects. It includes:

  • based on Expo SDK 38.x.x
  • navigation using react-navigation 5.x.x
  • Firebase as backend for phone auth
  • custom and reusable form components
  • handles different field types in forms
  • handles server errors using Formik
  • Login/Code form built using Formik & yup
  • uses Context API & checks user's auth state
  • all components are now functional components and use React Hooks