React Native tutorial #39 Stack Navigation | React Navigation version 6

preview_player
Показать описание
Here we will learn how to use stack navigation with version 6 in React native english beginners series. This React native course is made by anil Sidhu in the english language.

Points of video
Install React Navigation.
Install Dependencies.
Make Wrapper of Navigation.
Make Login and Home Component.
Navigate between Screens.
Interview Question.
React native navigation version 6 tutorial

Рекомендации по теме
Комментарии
Автор

Sir, your YouTube videos are simply the best! 🙌📚🚀 I've learned so much about Angular, JavaScript, Data Structures and Algorithms, and React Native from your tutorials. Thank you for sharing your knowledge and expertise! 🙏😊

saqlainzepto
Автор

Sir is next js completed no new video is coming.

nazimkhan
Автор

Hello, I did the same steps as in the video, but I am getting the RNSScreenHeaderConfig error. What is the reason and how can I fix it? Thank you in advance.

haydarberkdogan
Автор

If I am not using an emulator than which command I have to run in place of "npx react-native run-android

RishabSharma-ijny
Автор

error 1:
Console Warning

Got a component with the name 's' for the screen 'Login'. React Components must start with an uppercase letter. If you're passing a regular function and not a component, pass it as children to 'Screen' instead. Otherwise capitalize your component's name.

error 2 :
Console Warning

Got a component with the name 'o' for the screen 'Home'. React Components must start with an uppercase letter. If you're passing a regular function and not a component, pass it as children to 'Screen' instead. Otherwise capitalize your component's name.

informationentertainmented