Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 989 Bytes

File metadata and controls

34 lines (27 loc) · 989 Bytes

Navigating and Passing Params Between Screens in React Navigation

Installing and basic usage of React Navigation v7 Screenshot

📽️ YouTube Tutorial

https://youtu.be/kyQ2wEqymCw

📖Read blog post about the video

https://reactnativespace.com/tutorials/navigating-and-passing-params-between-screens-in-react-navigation

🔥This video answers following questions;

  • ✅How to install react navigation on react native?
  • ✅How to navigate and change screens on react native?
  • ✅How to pass params between screens on react native?

📘 Installation

Clone the repo to your directory and install the packages through npm using:

npm install

🔬 Run

Run the project with Metro Bundler

npx expo start

👇 Follow me;