This is a blog post to support the code walkthrough video tutorial on using React-Navigation's StackNavigator and Drawer Navigator
Video
Working with React-Navigation DrawerNavigator and StackNavigator created a sample template application showing how to use a Drawer Navigator with Stack Navigator in React Native. In this example, I have used the latest version of react-navigation for react-native. Walking through the code explaining what I have written instead of typing and talking, please let me know your thoughts.
Join me on my journey of refreshing my memory with React Native and building mobile applications
Source Code
Links
- https://reactnavigation.org/docs/drawer-navigator
- https://reactnavigation.org/docs/getting-started
- https://docs.expo.dev/get-started/create-a-new-app/
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
Top comments (0)