Drawer Navigation in Expo Router Nested with Tab Navigator

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 29

  • @dben89x
    @dben89x 7 місяців тому +1

    Great tutorial, thanks. I was particularly confused on how to hide the (tabs) drawer header but also show the current tabs screen header WITH the drawer toggle button. But you cleared that up by disabling the drawer header and just adding the drawer button to the headerLeft of the tab screen header.

    • @itzpradip
      @itzpradip  5 місяців тому

      Thanks for paying attention.

  • @Sairam-sj9ix
    @Sairam-sj9ix 5 місяців тому +1

    Great example - Thanks for taking a more complex example as compared to others that do a simple drawer example.
    Productivity Tip - Speed up video by 1.5 % and you can still follow along.

    • @itzpradip
      @itzpradip  5 місяців тому

      You're very welcome!

  • @elieli8484
    @elieli8484 6 місяців тому +1

    i like you did not avoid and did the more "complicated" cases. well done Pradip

  • @startup_dream
    @startup_dream 8 місяців тому

    This was an absolutely fantastic tutorial. I am in the near future going to talk to an Expo representative regarding their docs. They want feedback.
    I'd like to ask you, why is it that the (tabs) folder is inside of the (drawer) folder and not the other way around?
    I tried doing it the other way around and did not get it to work.

  • @psophy
    @psophy 10 місяців тому +1

    Thank you @Pradip, I always follow your video to learn how to build Mobile App. Based on your experiences I have a question for newbie to start develop mobile app should I start with Flutter or React native?

    • @itzpradip
      @itzpradip  10 місяців тому +2

      There are a few things to consider before choosing the best technology for you. If you have web development background, then it would be good to go with react native, otherwise you can go with flutter. Learning curve is more in flutter than react native and with expo the development process is much more easier for react native.

    • @psophy
      @psophy 10 місяців тому

      @@itzpradip I am appreciated your guidance!

  • @gabrielmoreeira
    @gabrielmoreeira Місяць тому

    Muito obrigado pelo tutorial, me ajudou muito com um item que estava a alguns dias me quebrando, Parabéns,

  • @vkchauhangoldy1068
    @vkchauhangoldy1068 10 годин тому

    How to open drawer only on feed tab. When we go to to profile drawer should not be visible

  • @Juju-ch5it
    @Juju-ch5it 4 місяці тому +1

    Is it possible to have a LEFT & RIGHT drawer nav on one screen using expo router? I haven't seen anyone make a video on that yet

  • @saurabhjaykar1603
    @saurabhjaykar1603 2 місяці тому

    Such an amazing bro, grand salute!

  • @abelmurua6980
    @abelmurua6980 9 місяців тому

    Hi Pradip, I am trying to have different bottom tab (icon / text) depending on the section. How can that be accomplished? Let say you have Cars & Houses for sale. When you go to the Cars section of your App, then you have 3 unique options as "Bottom Tabs" but if you go to the House section of your app then you may have 4 unique options as "Bottom Tabs" what I am trying to do is to give "tools / features" depending on the section of the app. I don't know how to accomplish this with expo-router, tabs and "stacks" (if that's its necessary) can you make something like that or can you give any tips?? thank you!!! Im following you. By the way, this video is amazing and complete! thank you!

  • @nicolasaguilar2202
    @nicolasaguilar2202 2 місяці тому

    quick question, why you didn't remove the index links without tab menu?, how you can make that the index shows the feed page instead of that ugly index screen with the links?

  • @shekhrussel6304
    @shekhrussel6304 10 місяців тому

    Thanks for your help, sir...
    If it is possible then combine the previous React native tutorial series with the Nest Js backend.

    • @itzpradip
      @itzpradip  10 місяців тому +1

      Thanks for your comment & suggestion.
      I don't know NestJS but I know NextJS and will create tutorials on it.

    • @shekhrussel6304
      @shekhrussel6304 10 місяців тому

      @@itzpradip Wow... it would be pretty much helpful for us... thank you, sir. You're great... we will be waiting...

  • @MohammedFarih-ct2eo
    @MohammedFarih-ct2eo 4 місяці тому

    Good tutorial. Thank you !

  • @lakshmansri3675
    @lakshmansri3675 9 місяців тому

    How to use SVG sprites with positioning in a React native app

  • @Nokless
    @Nokless 5 місяців тому

    hello man , i got a problem ... i want my drawer to be seperated from my welcome screen

  • @전세원-k9z
    @전세원-k9z 5 місяців тому

    Thank you so much.. :)

    • @itzpradip
      @itzpradip  5 місяців тому

      You're welcome 😊

  • @AhartaDudhe
    @AhartaDudhe 9 місяців тому

    could you tell us how to use it in react native cli

    • @itzpradip
      @itzpradip  9 місяців тому

      It's expo router which is a feature of expo. If you're looking for navigation in react native cli then you can follow react navigation v6 tutorial playlist from here ua-cam.com/play/PLQWFhX-gwJbmtZY4mcRE-k7hL9DigcGS-.html

  • @ferrad1
    @ferrad1 9 місяців тому

    good tutorial. Thank you sir !

    • @itzpradip
      @itzpradip  9 місяців тому

      Thanks for your comment and support.

  • @danielcomes1708
    @danielcomes1708 10 місяців тому

    could you share the code?

    • @itzpradip
      @itzpradip  10 місяців тому

      Updated the video description with github repo link. Please check it there.