Nested React Navigation in React Native and Expo Apps | Stack Navigation Inside Bottom Tab | Code

  Рет қаралды 26,380

Bug Ninza

Bug Ninza

Күн бұрын

Hello everyone, My name is Rohit.
Learn how to create a seamless and intuitive user experience with nested navigation in React Native and Expo! In this video, we'll walk through the process of implementing both bottom tab navigation and stack navigation, with a stack screen nested inside the bottom tab. This will give you a deeper understanding of how to effectively use both navigation components to create a clean and user-friendly interface. Whether you're a beginner or an experienced developer, this video is a must-watch for anyone looking to improve their navigation skills in React Native and Expo. Watch now and start building amazing, responsive navigation designs!
Topics covered:
✅ Project setup of react native & expo
✅ Use of react navigation in react native and expo
✅ Use of bottom tab navigation in react native and expo
✅ Use of stack navigation
✅ Use of stack navigation inside the bottom tab navigation
✅ Project demonstration
My social Links:
Instagram: / _ninza7
Discord: / discord
Twitter: / _ninza7
Website: ninza7.me
Video widgets edited by: / kaushal_2319
Music Source: KZbin Music Library
Keywords: react native, react native tutorial, react native app, react native project, react native tutorial for beginners, react native navigation, react native expo, react native full course, react native crash course, react native app development, react native app tutorial, react native app project, react native android, react native ios, react native android app, react native developer, react native CLI, react native crash course, create react native app, code step by step react native, react native design, deploy react native app, react native navigation, what is react native, react native projects, learn react native, react native setup, react native expo tutorial for beginners, react native UI, react native expo, expo react native, react native expo tutorial, small projects in react native, bottom tab navigation, stack navigation, nested navigation
Tags: #reactjs #javascript #reactnative #ios #android #react #expo

Пікірлер: 50
@thisisafact9181
@thisisafact9181 2 ай бұрын
God bless man, I had to create a quaick beginner react native project under 1 and 1/2 hours for a university assignment and pretty confused with fixing bugs with navigation. This helped a lot 🙏 greenings from Sri Lanka
@deapdool
@deapdool Жыл бұрын
Literally the only video on this that's straight to the point, thanks a lot!
@BugNinza
@BugNinza Жыл бұрын
yeah! I try to keep things simple as possible. Keep supporting!
@bennyscode5856
@bennyscode5856 Жыл бұрын
Yeah
@Cermuel
@Cermuel Жыл бұрын
Thank you so much. This video just stopped me from having a stroke
@BugNinza
@BugNinza Жыл бұрын
Someone is going to be pro developer soon, I guess. 😉
@gurhanbatmaca
@gurhanbatmaca 10 ай бұрын
Absolutely understandable and clear explanation, thank you very much.
@BugNinza
@BugNinza 10 ай бұрын
Glad it was helpful!
@Punjabi_Movies_302
@Punjabi_Movies_302 6 ай бұрын
Thank you very much brother ❤❤❤❤
@waleefalrooh8
@waleefalrooh8 7 ай бұрын
thank you
@BugNinza
@BugNinza 7 ай бұрын
You're welcome
@NaviBoyy
@NaviBoyy 4 ай бұрын
Bro what's that emulator software
@abelmurua6980
@abelmurua6980 Жыл бұрын
Great video! I am learning expo router so now I have to decide which one to use. I wanted to ask you if you still recommend this over Expo Router?
@BugNinza
@BugNinza Жыл бұрын
it depends upon your app's functionality and use cases
@nikhil9847
@nikhil9847 8 ай бұрын
Amazing work
@ombhamare623
@ombhamare623 11 ай бұрын
Thanks Buddy
@Cermuel
@Cermuel Жыл бұрын
I'm definitely subscribing
@BugNinza
@BugNinza Жыл бұрын
Welcome aboard! Samuel
@Kiran-bg3gj
@Kiran-bg3gj 9 ай бұрын
I am using authticator with firebase after authentication i will get to the homescreen and i have managed to get there, and i see bottom navigation here in this screen but if i navigate to other inapp features screens then i am not able to get this bottom navigation, but i need it in the screens i navigate through stack screen navigation, any suggestions?
@siddhantkeshari4266
@siddhantkeshari4266 Жыл бұрын
video starts at 3:21
@BugNinza
@BugNinza Жыл бұрын
For beginners, the video starts at 0:00 😁😌
@TruthAdvocateGH
@TruthAdvocateGH 8 ай бұрын
Thanks
@FarisNazhirah
@FarisNazhirah Жыл бұрын
can you hide the bottom tab when inside a nested stack ?
@adilxanimerov1273
@adilxanimerov1273 Жыл бұрын
if you hide can you help me idk why but i cant
@pablitoengineer
@pablitoengineer Жыл бұрын
Thanks for the Video!! For me, I'm getting two titles, one for the Tab name "Home", and below, the Stack name "HomeScreen".
@BugNinza
@BugNinza Жыл бұрын
If you are asking for a custom header. Then I recommend you to follow this one: kzbin.info/www/bejne/o4GufH-snbqGpJY
@pablitoengineer
@pablitoengineer Жыл бұрын
@@BugNinza I found out how to fix it. I only had to put a "options={{ headerShown: false }}" on the Tab.Screen that renders the other Stack, and it worked!! Thank you!!!
@azizatoumi2523
@azizatoumi2523 24 күн бұрын
why did you put expo in the title, if you're using React native cli :( ?
@jananig1751
@jananig1751 5 ай бұрын
I found a problem that when i navigate to detail screen and then click profile tab. If i click again home tab it open the detail screen instead of home screen. Why?
@Scott-ox9td
@Scott-ox9td 13 күн бұрын
I also found same issue. Are you able to resolve this. Basically two different navigator don't share stack. I guess.
@DlimsPunjab-l2w
@DlimsPunjab-l2w Жыл бұрын
what if i want to hide the bottom tab on specific screen?
@BugNinza
@BugNinza Жыл бұрын
@araararara
@araararara 9 ай бұрын
How to hide bottom tab navigation from the details screen?
@nomad7317
@nomad7317 Жыл бұрын
My Application width is getting messed up! The NavigationContainer is entirely rendering in a narrow width. Even if I use styling, it is not rendering full width of application. Please help!
@johnwesley2090
@johnwesley2090 Жыл бұрын
check the width using dimensions.get('window').width
@nomad7317
@nomad7317 Жыл бұрын
@@johnwesley2090 for whatever reason, disabling justifyContent: "center" at the top-most container, solved it! Nothing else lol The app was being rendered as center aligned, with what little space it got.
@test-yu2vn
@test-yu2vn Жыл бұрын
hi can plz make video on drawer navigation (Menu) with inside one more drawer navigation (Submenu)...
@ns-gabrielmendoza1329
@ns-gabrielmendoza1329 Жыл бұрын
The only downside is I need to lower my version in order for it to work is there any update so I don't need to lower the version?
@BugNinza
@BugNinza Жыл бұрын
No, it's not like that. In this video, I show how to follow the official docs. So, follow them, and you're all set.
@botoi1118
@botoi1118 Жыл бұрын
May I know why my header of tab is still showing in the stack? That means there are two headers now at the detail screen.
@BugNinza
@BugNinza Жыл бұрын
check your App.js. You might be committing some mistakes
@hiii3763
@hiii3763 Жыл бұрын
it appears in whole app. how can i hide it in stack.screen login page
@BugNinza
@BugNinza Жыл бұрын
I’m sorry, I don’t quite understand. Are you asking about the header that appears throughout the entire app? If you want to hide it, you can simply set the headerShown option to false in the screenOptions prop of the Stack.Navigator component, like this: Alternatively, if you want to add a custom header, you can follow this tutorial: kzbin.info/www/bejne/o4GufH-snbqGpJY
@anandgomaskar2210
@anandgomaskar2210 Жыл бұрын
thanku
@BugNinza
@BugNinza Жыл бұрын
Welcome 😊
@meleseayichlie5645
@meleseayichlie5645 Жыл бұрын
thank you very much, you help me alot, you get one subscribe, like and share due to this amazing video
@BugNinza
@BugNinza Жыл бұрын
Thanks a lot 🙏 keep supporting ❤️
@burnside398
@burnside398 13 күн бұрын
no explaination just tutoring the what documentation has
@guillaumebenard8597
@guillaumebenard8597 Жыл бұрын
i love you
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
React Native Tutorial - 78 - Drawer Navigation
7:26
Codevolution
Рет қаралды 41 М.
Custom Tab Navigation in Expo Router | React Native Tutorial | Part 1
20:11
5 React Native Tips to WOW Your Users
16:36
Simon Grimm
Рет қаралды 40 М.
Bottom Navigation Bar Tutorial in React Native
14:12
Indently
Рет қаралды 127 М.
Top 9 React Native UI Component Libraries in 2023
10:12
Simon Grimm
Рет қаралды 102 М.
React Native Tutorial - 73 - Stack Navigation
6:37
Codevolution
Рет қаралды 52 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН