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

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • 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: RUclips 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

Комментарии • 44

  • @deapdool
    @deapdool Год назад +3

    Literally the only video on this that's straight to the point, thanks a lot!

    • @BugNinza
      @BugNinza  Год назад +1

      yeah! I try to keep things simple as possible. Keep supporting!

    • @bennyscode5856
      @bennyscode5856 11 месяцев назад

      Yeah

  • @samuelngene6513
    @samuelngene6513 Год назад +2

    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. 😉

  • @Punjabi_Movies_302
    @Punjabi_Movies_302 28 дней назад

    Thank you very much brother ❤❤❤❤

  • @gurhanbatmaca
    @gurhanbatmaca 5 месяцев назад

    Absolutely understandable and clear explanation, thank you very much.

    • @BugNinza
      @BugNinza  5 месяцев назад

      Glad it was helpful!

  • @Kiran-bg3gj
    @Kiran-bg3gj 4 месяца назад

    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?

  • @nikhil9847
    @nikhil9847 3 месяца назад

    Amazing work

  • @user-ug3fx1kx5l
    @user-ug3fx1kx5l Год назад +2

    can you hide the bottom tab when inside a nested stack ?

  • @araararara
    @araararara 4 месяца назад

    How to hide bottom tab navigation from the details screen?

  • @waleefalrooh8
    @waleefalrooh8 2 месяца назад

    thank you

    • @BugNinza
      @BugNinza  2 месяца назад

      You're welcome

  • @nomad7317
    @nomad7317 9 месяцев назад

    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 9 месяцев назад

      check the width using dimensions.get('window').width

    • @nomad7317
      @nomad7317 9 месяцев назад

      @@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.

  • @TruthAdvocateGH
    @TruthAdvocateGH 3 месяца назад

    Thanks

  • @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

  • @ombhamare623
    @ombhamare623 5 месяцев назад

    Thanks Buddy

  • @abelmurua6980
    @abelmurua6980 7 месяцев назад

    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  7 месяцев назад

      it depends upon your app's functionality and use cases

  • @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  Год назад +1

      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.

  • @samuelngene6513
    @samuelngene6513 Год назад

    I'm definitely subscribing

    • @BugNinza
      @BugNinza  Год назад

      Welcome aboard! Samuel

  • @user-ki3bc6kc3m
    @user-ki3bc6kc3m 8 месяцев назад

    what if i want to hide the bottom tab on specific screen?

  • @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  Год назад +1

      If you are asking for a custom header. Then I recommend you to follow this one:
      ruclips.net/video/mPKKLvhUSn4/видео.html

    • @pablitoengineer
      @pablitoengineer Год назад +1

      @@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!!!

  • @siddhantkeshari4266
    @siddhantkeshari4266 Год назад +1

    video starts at 3:21

    • @BugNinza
      @BugNinza  Год назад +1

      For beginners, the video starts at 0:00 😁😌

  • @test-yu2vn
    @test-yu2vn Год назад

    hi can plz make video on drawer navigation (Menu) with inside one more drawer navigation (Submenu)...

  • @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: ruclips.net/video/mPKKLvhUSn4/видео.html

  • @anandgomaskar2210
    @anandgomaskar2210 Год назад

    thanku

  • @meleseayichlie5645
    @meleseayichlie5645 Год назад

    thank you very much, you help me alot, you get one subscribe, like and share due to this amazing video

    • @BugNinza
      @BugNinza  Год назад +1

      Thanks a lot 🙏 keep supporting ❤️

  • @guillaumebenard8597
    @guillaumebenard8597 Год назад

    i love you