React Native Tutorial #19 - React Navigation Setup

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ต.ค. 2024
  • Hey gang, in this React Native tutorial we'll take a first look at navigation in React Native and talk about how a simple stack navigaor works. We'll also set up react navigation in our app.
    ----------------------------------------
    🐱‍💻 🐱‍💻 Course Links:
    Course files - github.com/iam...
    🐱‍💻 🐱‍💻 Other Related Courses:
    Complete React Tutorial - • Complete React Tutoria...
    React Hooks & Context Tutorial - • React Context & Hooks ...
    Modern JavaScript Tutorial - • Modern JavaScript Tuto...

ความคิดเห็น • 57

  • @davidpolanco7687
    @davidpolanco7687 4 ปีที่แล้ว +8

    Finally someone that can explain well the concept of navigation, thank you so much....

  • @kualmubaraklouis1799
    @kualmubaraklouis1799 4 หลายเดือนก่อน +1

    thank you net Ninja your courses are my number one priority when i want to learn any framework or any programming concept

    • @NetNinja
      @NetNinja  4 หลายเดือนก่อน

      You are most welcome :) that's awesome to hear, thanks!

  • @joshydsimon
    @joshydsimon 3 ปีที่แล้ว +4

    Thanks Net Ninja! You explain things in a super clear and accessible way, your tutorials are always my go-to when learning a new piece of tech. Rock on.

  • @nikulasoskarsson5472
    @nikulasoskarsson5472 4 ปีที่แล้ว +20

    Started this series two days ago and looks like I have already caught up with your latest videos. Really fun series so far and the projects are very cool :)
    Was wondering if you plan on doing a more advanced React Native series after this maybe using a state manager and some kind of backend like you have for react?

    • @danielstoicamusic
      @danielstoicamusic 4 ปีที่แล้ว +1

      That would be very nice, indeed.

    • @vaibhavverma434
      @vaibhavverma434 4 ปีที่แล้ว +1

      +1 this right here. I would absolutely love a full stack course with React Native... maybe Nest.JS, Hasura and PostGres?

  • @kallbacks9677
    @kallbacks9677 4 ปีที่แล้ว +7

    Hey Shaun another brilliant video, thanks and am learning from an expert, cos I just started my own coding channel.

  • @talha-safdar
    @talha-safdar 2 หลายเดือนก่อน

    You are a very good teacher!

  • @rahmatmaulana4671
    @rahmatmaulana4671 4 ปีที่แล้ว +8

    ALL RIGHT THEN GANG 🔥🔥

    • @thehaptiK
      @thehaptiK 4 ปีที่แล้ว +1

      hey there, gang

  • @umarjafar2424
    @umarjafar2424 4 ปีที่แล้ว +1

    That's Ninja ! Always best !!!

  • @gabrielmoraes4516
    @gabrielmoraes4516 2 ปีที่แล้ว

    Awesome video! thank you!

  • @rakeshpk4991
    @rakeshpk4991 3 ปีที่แล้ว

    Clear cut explanation.

  • @muhebollahkhandaker
    @muhebollahkhandaker 4 ปีที่แล้ว

    very clear explanation

  • @gonzalocenturion6695
    @gonzalocenturion6695 4 ปีที่แล้ว

    Thanks si much for shere this.
    Greeting for Argentina

  • @guymross
    @guymross 3 ปีที่แล้ว

    Thank you so much!

  • @travel_worldwide_365
    @travel_worldwide_365 3 ปีที่แล้ว

    Amazing.

  • @manoj-k
    @manoj-k 2 ปีที่แล้ว

    🔥🔥🔥

  • @ninjarogue
    @ninjarogue 3 ปีที่แล้ว

    thank you!!!

  • @bilelrahmouni01
    @bilelrahmouni01 3 ปีที่แล้ว

    thank you

  • @MohammadMansourBone
    @MohammadMansourBone 3 ปีที่แล้ว +4

    the website used in this video hope this will help someone :)
    reactnavigation.org/docs/getting-started/

  • @songwright
    @songwright 2 ปีที่แล้ว +5

    I'm getting a little frustrated with how outdated this tutorial is. I keep having to look in the comments for the correct way to install something. If this keeps happening I might just abandon this tutorial for a more recent one.

    • @chrisc.4144
      @chrisc.4144 2 ปีที่แล้ว +1

      When it comes to tech, a video that’s 2 years old is pretty much ancient.

    • @xiaotingshao3689
      @xiaotingshao3689 ปีที่แล้ว

      Some parts are outdated, but the basic concept he explained very well. you can combine it with the latest doc in native to learn

  • @afro_habesha
    @afro_habesha ปีที่แล้ว

    lets go

  • @AichnerChristian
    @AichnerChristian ปีที่แล้ว

    Any plans for a react-navigation v6 series?

  • @dannyisrael
    @dannyisrael 4 ปีที่แล้ว

    is this react navigation v4? Amazing work! Edit: Yes it is v4, yes!!

  • @danielstoicamusic
    @danielstoicamusic 4 ปีที่แล้ว +2

    So how do you decide which type of navigation to use per use case?

  • @jithuhari5014
    @jithuhari5014 3 ปีที่แล้ว +1

    sir pls add react navigation 5 videos and React Native updated Videos

  • @bluevision4800
    @bluevision4800 ปีที่แล้ว

    I did not found the library you showed on the actual website but I installed by seeing your screen one i crate and folwed same liek what you have done It says could not resolve rectstacknavigator

  • @robinware77
    @robinware77 3 ปีที่แล้ว +1

    As of today it is on v5. reactnavigation.org/docs/getting-started so installation is a bit different

  • @TechWrathTV
    @TechWrathTV 3 ปีที่แล้ว

    is this command used for YARN as well?

  • @excalibur885
    @excalibur885 4 ปีที่แล้ว

    so, imagine i have a user profile screen, where i list data of the user with a request on componentDidMount and there are friend list on this screen, and if i click to a friend's name i **PUSH** myself to user profile screen again with the spesific user_id and this time make request for it, but the problem is if i load the same screen with the different data, the data on the first load is also changing... how do i prevent that?

  • @ethanwright2981
    @ethanwright2981 4 ปีที่แล้ว

    Why are you calling it a 'review' instead of a 'view'? How many stars does the review have?

  • @sagarahuja4386
    @sagarahuja4386 3 ปีที่แล้ว

    Check your course file github link. Its only readme.md file there

    • @NetNinja
      @NetNinja  3 ปีที่แล้ว

      you have to select the correct branch for each lesson (top left, drop down on the repo) :)

  • @sagarkamble3538
    @sagarkamble3538 3 ปีที่แล้ว

    expo command not working in vs code windows 10

  • @reactnative4
    @reactnative4 ปีที่แล้ว

    is it version 5 or 6

  • @sowhat4844
    @sowhat4844 2 ปีที่แล้ว

    i'm using npm react native and i get this error when ever i tried to install navigation package
    npm install react-navigation
    npm ERR! Cannot read properties of null (reading 'resolve')
    npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\(username)\AppData\Local
    pm-cache\_logs\2022-03-29T21_01_36_333Z-debug-0.log

    • @sowhat4844
      @sowhat4844 2 ปีที่แล้ว

      plesase help me

  • @AdminNST
    @AdminNST 2 ปีที่แล้ว

    up to date, audited 1187 packages in 9s
    83 packages are looking for funding
    run `npm fund` for details
    43 vulnerabilities (9 moderate, 34 high)
    To address issues that do not require attention, run:
    npm audit fix
    To address all issues (including breaking changes), run:
    npm audit fix --force
    Run `npm audit` for details. (what is fucking fix) (help me please)

  • @bluevision4800
    @bluevision4800 ปีที่แล้ว

    please help me out i cannot move forward I am stucked here can you please help me out

    • @dunyan1586
      @dunyan1586 ปีที่แล้ว +1

      the package has been outdated

    • @bluevision4800
      @bluevision4800 ปีที่แล้ว

      @@dunyan1586 so what should i do alternatively

  • @muhammadjunaid492
    @muhammadjunaid492 4 ปีที่แล้ว

    i cant find that link which you are actually visiting to install 'npm install react-native' please write it in the comment

    • @eduardoocrespo1875
      @eduardoocrespo1875 4 ปีที่แล้ว +4

      try using: npm install @react-navigation/native. They changed the command in their website.
      reactnavigation.org/docs/getting-started

    • @איתישכנר-ו8ח
      @איתישכנר-ו8ח 4 ปีที่แล้ว

      @@eduardoocrespo1875 Thanks! this linked helped a lot

  • @anilchhetri2329
    @anilchhetri2329 3 ปีที่แล้ว

    Links?

    • @NetNinja
      @NetNinja  3 ปีที่แล้ว

      Hey - it's in the description section :) - make sure you select the correct branch for each lesson (top left, drop down on the repo) :)

  • @AhmedSawy-bz5og
    @AhmedSawy-bz5og ปีที่แล้ว

    In this quick and informative video, you will learn how to effortlessly navigate between screens in React Native using React Navigation. In just 9 minutes, we will walk you through the simple steps needed to seamlessly move from one screen to another in your app. So grab a cup of coffee, sit back, and let's dive into the world of React Native screen navigation. Don't forget to subscribe for more exciting React Native tutorials!
    th-cam.com/video/PzntUYrqtFQ/w-d-xo.html

  • @nhattran8048
    @nhattran8048 4 ปีที่แล้ว

    amazing course !!! thanks a lot