Dynamic Tab Navigator | Combining Multiple Navigators | React Navigation 6

Поделиться
HTML-код
  • Опубликовано: 12 июн 2024
  • In this tutorial, you'll learn how to implement tab navigator in react navigation v6 and dynamically hide it. Also with this tutorial, I've completed the combining of all the navigators of react navigation.
    React Navigation 6 Tutorial Series Playlist • React Navigation 6 Tut...
    → Social App with Firebase in React Native Playlist • Social App with Fireba...
    → React navigation v5 tutorial playlist • React Navigation 5 Tut...
    → Food Finder App in React Native Playlist • Food Finder App in Rea...
    → Music App UI Tutorial • Music App UI in React ...
    ► Timestamps
    0:00 Introduction
    2:49 Adding & Creating Bottom Tab Navigator
    6:30 Customizing The Bottom Tab Navigator
    10:41 Creating Dynamic / Hide TabBar
    GitHub repo URL bit.ly/3v0H9sH
    If you found my tutorials helpful, you can buy me a coffee from this link paypal.me/itzpradip
    Follow me on Twitter / itzpradip
    Follow me on GitHub github.com/itzpradip
    Subscribe to my Channel bit.ly/2PaUqOk
    For more tutorials on WordPress, React JS, React Native and Flutter visit: www.pradipdebnath.com/blog/

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

  • @fitonitube
    @fitonitube 2 года назад +10

    Bravo maestro! So many free tutorials on youtube but yours is the only one with both professional look and technique. Live long and prosper!

    • @itzpradip
      @itzpradip  2 года назад +2

      More to come! Thanks for your comment & support.

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

      ​@@itzpradip sir I have problems with input text when I click on input bottam nav gone up

  • @aissarouk1894
    @aissarouk1894 2 года назад +1

    I really appreciate that your videos are clear and easy to understand, thank you

  • @joaomarcos7730
    @joaomarcos7730 Месяц назад

    man, I see you as a father figure.

  • @whatislyf
    @whatislyf Месяц назад

    thank you so much, it was really helpful. Was looking for this exact solution.

  • @jjrise
    @jjrise 2 года назад +3

    this is the EXACT video I needed today, thank you so much!

  • @EatWNL
    @EatWNL Месяц назад

    Easy to understand , Thank you so much

  • @jamesonvparker
    @jamesonvparker 2 года назад

    Hi Pradip, I LOVE your series. I clicked the notification button and subscribed!

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

    thank you mate, you helped me doing something that was suppose to be very easy, but i was struggling with it, THANK YOU

  • @neerajskk
    @neerajskk 2 года назад +1

    You're doing a good job. Love your videos.

  • @user-un7fi9xc5r
    @user-un7fi9xc5r 2 года назад

    Thank you so much,Pradip!! Im watching your videos from Japan :) You are the best!!!!

  • @neovickson
    @neovickson 6 месяцев назад

    Just what I needed, thanks

  • @taylor.galbraith
    @taylor.galbraith 2 года назад

    This is what I needed! Thanks!

  • @cruzorblade
    @cruzorblade 2 года назад +1

    Hey sir Pradip. You are really the best and it is all about it.
    You helped me so much that each time I see a new video, I like it first even before knowing what it is about 🤗🤗

  • @alexinsaev
    @alexinsaev 2 года назад

    Good work! Thank you for your video!

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

    thank you so much for the tutorial, it really helps

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

    It was a really good video!! Very useful.

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

    Hi
    Pradip Debnath I love your tutorials, Thank you so much

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

    Loved it!

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

    This is so helpful, thank you! React native navigation has such a learning curve compared to web dev. Although I heard Expo has a new file based routing which is exciting.

  • @ismaelnobrega3479
    @ismaelnobrega3479 2 года назад

    Thanks Pradip . Greetings from Brazil!

  • @louisramsey854
    @louisramsey854 2 года назад

    saved me hours of debugging, thanks man

  • @wevertonsantiago4305
    @wevertonsantiago4305 2 года назад

    Thanks so much! You safe my love! New subs here! I will see all videos about react native!

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

    Nice tutorial bro..

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

    Thank you so so muchhhh

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

    Thank you very much🙂

  • @mohamednawaz3751
    @mohamednawaz3751 2 года назад +1

    Great work. Can you make some flutter backend videos. I'm very new to Dart, so it will be super helpful, I like your teaching style.

  • @akbarmehmood1353
    @akbarmehmood1353 2 года назад

    great work bro Allah may you live long

  • @raymondmichael4987
    @raymondmichael4987 2 года назад +3

    This was among the wonderful tutorial brother; best to have part five and six if possible; part six- implementing hero detail screen (shared transition), part six Authentication with useReducer and useState.
    BTW, thanks for this and stay safe

    • @itzpradip
      @itzpradip  2 года назад +1

      Thanks for the idea!

  • @plelkes
    @plelkes 2 года назад +1

    Thanks for your video/tutorial! I´m using nested navigators, and I want to hide the TabBar on HomeScreen, where I have StackNav.
    I tried as you show @19:40, but unfortunately it´s not working, i.e the bar is showing.
    Do you have any idea why?
    Thanks in advance
    //Peter

  • @losingmysanity
    @losingmysanity 2 года назад

    thank you very much

  • @augustineonyekachiadmiora9015
    @augustineonyekachiadmiora9015 2 года назад +1

    what do you use for responsiveness and fonts responsiceness

  • @bestsolution794
    @bestsolution794 2 года назад +1

    Hi ...can you please let is know how we can publish the react native app for testing purpose

  • @qwertypeach
    @qwertypeach 2 года назад +4

    At 5:25, you add a tab navigator to one of the drawer screens. That allows the home drawer item to switch tabs. What would you do when you want more than 1 drawer item to switch tabs. Like say you also had favorite as a drawer item, just adding tab navigator wouldn't work in that case.

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

    thanks

  • @prashantkumarsingh689
    @prashantkumarsingh689 2 года назад +1

    Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
    This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
    how to solve this ?

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

    I'm getting white space at the bottom tabs in details screen while removing tabs in iOS. kindly help

  • @jamesonvparker
    @jamesonvparker 2 года назад +2

    Hi Pradip, just finished following along. I have a general question about the very end when we hide the bottom tab navigator on the game details screen. Is there a way to make the bottom tab navigator transition back up from the bottom instead of just appearing after going back to the home page? Something like a slide up animation?

    • @itzpradip
      @itzpradip  2 года назад +1

      I haven't found any way to implement this yet.

    • @jamesonvparker
      @jamesonvparker 2 года назад

      @@itzpradip ok no worries. I think your login screen tutorial contains a similar transition when the login form comes up from the bottom. I’ll see if I can do something similar. Thank you for your response.

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

    Thanks for the video but could you please make active
    tab bar using class component .

  • @camilloalexandrebovio9022
    @camilloalexandrebovio9022 2 года назад

    Great tutorial here! As you know is there a way to reduce the delay when displaying back the tab navigation?

  • @BrunoBrumm
    @BrunoBrumm 2 года назад

    how to update badge, dinamic..

  • @nhiranjanamanivasaham9955
    @nhiranjanamanivasaham9955 2 года назад

    Can u show adding biometrics to react native app version 6?

  • @ismaelnobrega3479
    @ismaelnobrega3479 2 года назад

    Pradip rules!!

  • @Kmrabhinav569
    @Kmrabhinav569 2 года назад

    how do i combine this with login? as multiple navigation container isnt allowed

  • @user-br8cc8yf7x
    @user-br8cc8yf7x 2 года назад

    Really think your video is awesome, but what if you want to use this component on multiple screens?How can I modify it?

  • @namanjindal1399
    @namanjindal1399 2 года назад

    Hi Pradip! Amazing video..had a doubt I tried implementing this but the Icons on tabs are not showing up like if I provide the icon its blank and if I don't provide then a box with a cross is appearing...do you know any possible reason..I tried searching on google but still haven't found any solution. TIA

    • @namanjindal1399
      @namanjindal1399 2 года назад

      Yes Anish..for me it was just a silly mistake forgot to put a return in the syntax

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

    do create a video on custom header

  • @surajmohanty528
    @surajmohanty528 2 года назад

    Please make a video on how to use image instead of icons in bottom tab.

  • @mohamedyoussef8835
    @mohamedyoussef8835 2 года назад

    Awesome +++++++++++++++++++++++++++++

  • @kevingrondin974
    @kevingrondin974 2 года назад

    nice, how to add sharing element with this project on home and gameDetail with image ?

  • @baseerx
    @baseerx 2 года назад

    Bro how can i improve my design skills..better in coding but in styling not that perfect..guidance required

  • @SomagondaPatil
    @SomagondaPatil 2 года назад

    Please make video react native page responsiveness

  • @mhddedekyansyah4720
    @mhddedekyansyah4720 2 года назад

    AppStack.js what’s inside file in?

  • @hitsgamingparadise5243
    @hitsgamingparadise5243 2 года назад

    Is this the last part of tutorial??

  • @klokan2894
    @klokan2894 2 года назад

    thanks random indian!

  • @Achiles98
    @Achiles98 2 года назад

    Hi, friend. Please can you make a video on creating widgets for android in react native without using automatic widget creation in android studio and explain in detail how it works. I think the problem of creating widgets is relevant now.

  • @mastersolihin5480
    @mastersolihin5480 2 года назад

    Hallo friend, in my project, tabColor not work, tabBarStyle not work, my project run andoid. Thank you

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

    when i click on profile on drawer then bottom tab not show

  • @arupnaskarbkp
    @arupnaskarbkp 2 года назад

    React Native part by part sikbo ki kora ..please suggestion sir

  • @user-ql3lh7em8p
    @user-ql3lh7em8p 2 года назад +1

    Hi I following you ☺️
    I saw your bottom tab navigation video. It's a best and wonderful.
    I try out but work.
    I wasted today 12hours😢😥.
    Now I'm seeing your videos navigation V6.
    I need navigation V6 videos and small project (easy).
    Please update much more videos.
    I hope you brother 💗😊.

  • @RezaulAcademy
    @RezaulAcademy 2 года назад

    Vaiya play store e app published niye akta video den

  • @zabashhd459
    @zabashhd459 2 года назад

    bhaiya hindi may batadiakren aur aik series banaye react native p

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

    If the tabBarShowLabel doesn't work for you try "tabBarLabel: false"

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

    Next time do a tutorial from scratch, all these side files and group confuse new coder

  • @realtorBG
    @realtorBG 2 года назад

    Monster

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

    Hey for everyone looking at this with the last version of react, they changed getFocusedRouteNameFromRoute() to useRoute(), if you want to get the name of the route just do useRoute().name