Skip to content

Initial version

Choose a tag to compare

@thareekanvar thareekanvar released this 01 Aug 17:53
· 5 commits to master since this release

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