Mobile | Sat May 27 202354,583 views

React Navigation for Beginners

Hey 🙌

Learn how to integrate complex navigation flows with React Navigation

Dependencies

npm install @react-navigation/native
npx expo install react-native-screens react-native-safe-area-context
npx expo install react-native-gesture-handler
npx expo install react-native-reanimated
npx expo install expo-system-ui
 
npm install @react-navigation/bottom-tabs
npm install @react-navigation/native-stack
npm install @react-navigation/drawer
npm install @react-navigation/material-top-tabs
npx expo install react-native-pager-view

🧙‍♂️ Want to become a master in React Native? Check the React Native Course

Also, don't forget to explore the React with TypeScript Course, where we master TypeScript, handle payments, and deploy scalable applications. Learn more

Youtube GitHubDownload as Zip

Go back to Projects