Video není dostupné.
Omlouváme se.

React Navigation Tutorial for Beginners - Navigate Between Screens in React Native ( Expo )

Sdílet
Vložit
  • čas přidán 26. 06. 2023
  • In this video, you'll learn how to navigate between screens in react native using react navigation.

Komentáře • 17

  • @amiincabdi6559
    @amiincabdi6559 Před rokem

    Thank you so much mate i have a problem of navigation for so long time , idk i just cliked you're for no reason and i just said to my self before I try other methods of navigation like othe libraries or packages i have to practice this video and then what boooom 😂

  • @brucemugisha4548
    @brucemugisha4548 Před 9 měsíci +1

    Dude you"ve earned my subscribe and my like before even the video to end, good work

  • @kaiparado
    @kaiparado Před 8 měsíci +1

    Clear explanation, thanks from Brazil

  • @akamaru2085
    @akamaru2085 Před rokem +2

    Very Good and clear video, i wish you showed the package.json file in order for us to see all the dependencies installed, to make sure that we have them all. Thanks for the video !

  • @micks1235
    @micks1235 Před 7 měsíci

    legend mate, chatgpt couldnt even do this, made my day

  • @shayp9428
    @shayp9428 Před 8 měsíci +1

    Very clear explanation thank you so much

  • @tireniagboola5708
    @tireniagboola5708 Před 10 měsíci +1

    great tutorial. it helped me with a task. i and i believe other subscribers would love to get a link to a file or repo where the codes you write in the tutorial is uploaded.

  • @ujangaripin7630
    @ujangaripin7630 Před 10 měsíci +1

    thx man you help me!!!!

  • @AshanManuka
    @AshanManuka Před 7 měsíci

    This helped me 🥰

  • @zebulletoprodigygenes6739

    I'm new here. Looking forward to more of this ❤

    • @kelvinsowah5735
      @kelvinsowah5735  Před rokem

      You’re welcome
      There’s more content coming. Stay tuned

  • @divinetakawira5420
    @divinetakawira5420 Před 6 měsíci +1

    Absolutely helpful, thanks

  • @obed_m16
    @obed_m16 Před rokem +1

    Good tutorial for absolute beginners but I'm getting the error ERROR in ./App.js:4
    Module not found: Can't resolve '@react-navigation/native-stack'. What might the problem?

    • @kelvinsowah5735
      @kelvinsowah5735  Před rokem

      You need to make sure you have installed all the dependencies needed like I did in the video

    • @obed_m16
      @obed_m16 Před rokem

      @@kelvinsowah5735 yes, I fixed by installing the dependencies as you did.