How to add navigation to your app with Expo Router | Universal App tutorial #2

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

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

  • @shuakki
    @shuakki Месяц назад +4

    Git repo for the lessons would be much appreciated to go along with your amazing videos!

  • @carlmeyer96
    @carlmeyer96 Месяц назад +4

    Dude these videos are amazing! It's been a while since I used React Native and coming back seeing the new router in action in your video really makes it sink in and make sense to me! Thanks for the great video!

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

    I've been struggling with RN since 2018 (not proud about that!). Finally I can understand the core concepts .... thank you !

  • @princenigeria2827
    @princenigeria2827 Месяц назад +1

    Feels good to be in class

  • @purplena14
    @purplena14 Месяц назад +5

    To fix the error it is necessary to delete in _layout.tsx file situated in the (tabs) folder.

  • @max_mgtow
    @max_mgtow 16 дней назад

    Very cool! Thank you, bro

  • @carlosricardoziegler2650
    @carlosricardoziegler2650 Месяц назад +1

    Helpful

  • @TanquetaOwO
    @TanquetaOwO Месяц назад +1

    Hi! nice video, I would like to know what if i want to have some screens with the tabs layout and some others without it, also the same thing with the header, what if i want a custom header in custom components?

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

      Check out docs.expo.dev/router/advanced/nesting-navigators for a comprehensive guide on nesting layouts

  • @mishagoscreative
    @mishagoscreative 25 дней назад +1

    I don't get the swipe back from the about screen at all.

  • @mishagoscreative
    @mishagoscreative 25 дней назад

    You know, it would be great if you included solutions for common problems like if you can't get the icons to show up and such. AND provided a Git Repo. I literally can't get the Ionicons to show up and you give no instructions for if that doesn't happen ... for example.

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

    Interesting. This video is fresh, but I dont have property for StatusBar like "style", i have "barStyle={"light-content"}" But Thanks. It was really Useful. Hello from Ukraine

  • @charleslongwe9589
    @charleslongwe9589 12 дней назад

    I am just stuck on No found screen i cant see Tab buttons. I copied all codes from expo docums

  • @mishabameer1
    @mishabameer1 Месяц назад +1

    which extention give the suggestion as shown in the video?

  • @VikasSharma-zd7kd
    @VikasSharma-zd7kd Месяц назад

    What about if I have name folder and it has index file line explore name then how routing will work ?

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

    _layout.tsx is meant to have shared ui , headers and tabs, but why is used in it ? Do we have to always mention in _layout file ?

    • @ExpoDevelopers
      @ExpoDevelopers  26 дней назад

      Yes, since, in most cases, you'll have modal/stack screens. You can add these screens inside the and apply properties to each screen, like presentation animation.

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

    How can we integrate animations and transition using Tabs ?

  • @mishagoscreative
    @mishagoscreative 25 дней назад

    CAN YOU PLEASE PUT IN A REPO ON GIT SO WE CAN CHECK WHEN WE GET IT WRONG?

    • @ExpoDevelopers
      @ExpoDevelopers  19 дней назад

      The source code is available in our GitHub examples: github.com/expo/examples/tree/master/stickersmash.

  • @yjylghrtl
    @yjylghrtl Месяц назад +1

    I don't understand. Isn't this the official Expo channel? how is it that you just silence warnings without finding/solving the issue? you just said I don't know. If I wanted to hear "I don't know" I can find other youtubers.

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

      Not sure what you're referring to here. Do you have a question that we can help answer?

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

      ​@@ExpoDevelopers I think he is referring to the fact that there was a warning regarding the routes which you silenced using Logbox.ignoreAllLogs(true) at 11:45, which I do find odd myself. As someone else stated, the issue was fixed by removing the line found in the _layout.tsx file in the (tabs) folder.

    • @melophile5806
      @melophile5806 Месяц назад +1

      That too many screen error is because +not-found route also added on Tab.Screen means on (tabs)/_layout.tsx file at the bottom, if we remove that line of code then it will resolved.
      this line is causing that error on app/(tabs)/_layout.tsx

  • @Cropsii
    @Cropsii 27 дней назад

    3:04 как в vs code сделать автозаполнение/подсказки?

  • @koder_k14
    @koder_k14 Месяц назад +1

    🌋🌋

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

    Why didn't you use arrow functions for the screen?

    • @ExpoDevelopers
      @ExpoDevelopers  Месяц назад +1

      It does not make any difference

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

      @@ExpoDevelopers okay, most people use it and that was why I ask

  • @martin-simonbeck5195
    @martin-simonbeck5195 Месяц назад

    Somehow this guide is giving me error not matter how much I copy paste or really do single step by single step.

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

    How to add bottom navigation + drawer in a single page

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

      Check out docs.expo.dev/router/advanced/nesting-navigators for a comprehensive guide on nesting layouts

  • @RicoDW
    @RicoDW 19 дней назад

    curio mensen hiero?

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

    How come the app renders the not found screen for any other route which isn't "/" or "/about"? For example, it would work for "/test" or "/sffsf" or anything else. Where have we defined it to do this?

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

      Expo Router has a fallback route for unmatched routes. This means it will automatically catch any unmatched route, but we can further customize the unmatched route s by creating the not-found screen.

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

    which extention give the suggestion as shown in the video?