NESTED Navigation React Native | Stack & Tab Navigation | Expo 2023

preview_player
Показать описание
In this tutorial we will learn how to created Nested Navigation in React Native. This is the first and basic example, so we will start by
nesting Stack Navigation and Tab Navigation together. Nested Navigation is super helpful in many mobile applicaitons like e-commerce apps, static
web services based apps, school apps, etc. So lets try to create one!

We are nesting Tab Navigation into Stack Navigation.

✅ Here are the steps to follow to create a Table in React Native:
0:00 Intro
0:27 Step 1 - Install Tab and Stack Navigation
1:37 Step 2 - Create 2 Components
3:10 Step 3 - Implement Stack Navigation
4:06 Step 4 - Demo of Stack Navigation
4:41 Step 5 - Implement Tab Navigation
6:04 Step 6 - Nesting Tab and Stack Navigation

✅ Subscribe Here:

✅ React Navigation Playlist:

Written and Recorded by: Furquan Ul Haque

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

Thanks a lot. Very helpful. I'm learning React Native now myself. And trying to create an app with it simultaneously. Two questions I got for now:
1. Is there a "correct" way to call screens in nested navigator from parent navigator? And can I do it for multiple nested levels?
2. Is it possible to create a single shared history stack for all navigators so I could undo/redo any actions? Including between navigators?

VladyslavZhelizniak