DEV Community

Aaron K Saunders
Aaron K Saunders

Posted on • Updated on

React Native Mobile Apps, Working With React Navigation Auth, Supabase, And React Hook Form

In this React Native Tutorial video we add a form for login and use React Hook Form to manage the form and yup for form validation. We use the form data to call the Supabase signIn function to authenticate the user.

There are a few special libraries from npm that are used to make all this work and we cover them all in the video. Specifically we needed an AsyncStorage library and dotEnv, a library to manage local environment variable for the application

Join me on my journey of refreshing my memory with React Native and building mobile applications

Video Series - React Native Refresher


Part 1 - Intro to Working with React-Navigation - https://youtu.be/uqH00SEmKxg
Part 2 - React Navigation Drawer Navigator And Authentication Flow - https://youtu.be/5e67b0PBcn4
Part 3 - Authentication And Supabase Login - https://youtu.be/aBuB-Q6vHDE
Part 4 - Authentication, Supabase, And React Hook Form - https://youtu.be/ZU3lXTm9nVY
Part 5 - Supabase Create Account, And React Hook Form - https://youtu.be/lu1JzyBfSOQ
Part 6 - Expo Camera, Supabase Buckets and Image Upload - https://youtu.be/RmlekGDv8RU

ko-fi

Top comments (0)