Komentáře •

  • @vitalityofmind5864
    @vitalityofmind5864 Před rokem +7

    Thanks for the video Simon. I've been googling how this works for 2 hours... This cleared up so much.

    • @galaxies_dev
      @galaxies_dev Před rokem

      Yeah it's still early days, so glad I could help!
      If you enjoyed it, maybe you can share the channel with your RN colleagues ✌️

  • @galaxies_dev
    @galaxies_dev Před 11 měsíci

    Become a Stellar React Native dev @ galaxies.dev 🚀

  • @geekthegeek730
    @geekthegeek730 Před rokem +4

    Very informative video. Would love to see more expo related videos

    • @galaxies_dev
      @galaxies_dev Před rokem

      Yes more Expo & RN content coming over the next time 💪

  • @msrajawat298
    @msrajawat298 Před 4 měsíci

    During watching you videos, I was thinking how to say thanks to you. you way of explanation really too awesome, because of as I am only prefer the watching video in Hindi, but during watching your video I did't face any challenge to understanding the whole concepts.
    I am again saying that I don't know how to say thanks. you are really awesome.
    I appreciate your efforts.
    Thankyou being a part of my learning journey.

  • @frankfu1122
    @frankfu1122 Před 3 měsíci

    May I ask what the extension you are using for the `rnf...` snippets? Seems useful! Thanks in advance

  • @kubilaybzk
    @kubilaybzk Před 11 měsíci

    I have a question, before start the Deep Linking with File-Based Routing section Projects.
    When we go to User Page and click logout links.
    We have to be in index.tsx page right ?
    When I press the back button which is on the phone button. we go to the profile.tsx again how can we fix this issue ?

  • @wizard_of_az
    @wizard_of_az Před 11 měsíci

    Is there a way to use a shared layout component across every tab? I'd like to have my wrap every screen within all my tabs (instead of recreating the same code in every file)

  • @pavithraos6978
    @pavithraos6978 Před rokem +1

    The modal has not been working on android, is there any other way to implement it easily without turning back to react native's navigator

  • @voyagersansvousruiner
    @voyagersansvousruiner Před rokem +4

    This is so easy with the file based navigation 😮!

  • @carlotacb2703
    @carlotacb2703 Před 6 měsíci

    Hey! I'm having one problem, and it's that the /_sitemap is not taking the _layout, it shows the different routes independent as the layout does not exist. Do you know how to fix it?

  • @benbenzyhome
    @benbenzyhome Před rokem

    I got stuck implementing shared elements I can't figure it with expo router

  • @Matheus_1582
    @Matheus_1582 Před rokem

    Simon tell me how to use Capacitor in Flutter to generate the APK

  • @startup_dream
    @startup_dream Před 4 měsíci

    This is a tremendous video. well done!

  • @hushen
    @hushen Před 3 měsíci

    Is there any way to create nested routes under tabs but I don't want to show bottom tabs below
    For example like whatsapp have bottom tab but when we go to detail page we don't see bottom tab

  • @victorzerefos6557
    @victorzerefos6557 Před rokem +1

    Sr. your tuts are amazing thank you very much for your time! One thing that I've been trying but didn't get through was that on how to pass the whole object through Links?

    • @galaxies_dev
      @galaxies_dev Před rokem

      That's usually not a good idea with URLs, and should be solved differently like maintaining the state somewhere else

  • @User-gj9pb
    @User-gj9pb Před rokem +5

    Good tutorial, this seems way more intuitive than react navigation. Having to figure out nesting navigators and then how to handle routing for those nested navigators seems really overcomplicated if you just want a UI element for drawer, tabs etc. throughout your app. File based routing seems like it solves some of that weirdness.

    • @galaxies_dev
      @galaxies_dev Před rokem

      It requires a bit different thought process, but I also do like the file based approach a lot - and it's super helpful if you actually also build a web version!

  • @RonanThomas
    @RonanThomas Před 6 měsíci

    Hey, great tutorial. What extension are you using where its predicting what code youre going to write? Thanks

  • @user-xz5cm5ix1c
    @user-xz5cm5ix1c Před 6 měsíci

    if anyone has any idea about this let me know, I'm trying to open the drawer from the bottom navigation, my drawer is nested in the bottom navigation.

  • @ashwinnandihalli3961
    @ashwinnandihalli3961 Před 10 měsíci +1

    This is great tutorial. Than you.
    I am not able to figure out how can we add a hamburger menu or drawer in the tabs(home screen) the menu should over lap tabs and home screen. Can you help?

    • @galaxies_dev
      @galaxies_dev Před 10 měsíci

      You probably need to restructure the layout files and groups to have one on top of the other - will try to work on another video about that!

  • @Circuit-343
    @Circuit-343 Před 3 měsíci

    What's the IDE / dev stack being used here? I haven't found any way to build and simulate iOS apps on the screen while using RN?

    • @galaxies_dev
      @galaxies_dev Před 3 měsíci

      It's the iOS simulator I usually use

  • @frankfu1122
    @frankfu1122 Před 3 měsíci +1

    Thx for sharing 🎉❤

  • @swp44744
    @swp44744 Před rokem

    Great tutorial, any idea how expo router would work with firebase dynamic links deep linking

    • @galaxies_dev
      @galaxies_dev Před 11 měsíci

      Haven't done that yet, but good idea to look at!

  • @yourjhay
    @yourjhay Před 2 dny

    Deep link is not working expo router 3,
    it always opening the index only

  • @nemila4904
    @nemila4904 Před 7 měsíci

    Firebase auth or Clerk? Which one should I use? I know it depends on the use case but when do you think it is to use Clerk over Firebase??

    • @galaxies_dev
      @galaxies_dev Před 7 měsíci

      Firebase auth was down for almost 4 hours yesterday..so think about how critical auth is for your app!

  • @alikassar
    @alikassar Před 4 měsíci

    Thanks this works really nicely for me on iOS, but when I publish my app for the Android the tabs don't click nicely, and sometimes they don't even respond once tapped on, any thoughts?

    • @galaxies_dev
      @galaxies_dev Před 4 měsíci

      Sounds strange, have you tested on Android devices before?

  • @davidadokuru8139
    @davidadokuru8139 Před rokem

    Great video
    Something that I was wondering, what if I want the tabs removed from the list detail page. So the list details page is full and doesn’t have anything at the bottom

    • @AliYasir5247
      @AliYasir5247 Před rokem +1

      yeh. this is a big problem for me too. i don't understand why react navigation have this approach.

    • @galaxies_dev
      @galaxies_dev Před rokem +1

      Working on this right now as I found it really interesting - we need to swap a few things around!

    • @davidadokuru8139
      @davidadokuru8139 Před rokem

      @@galaxies_dev
      Would love to see your result
      Thanks

  • @rapepongpitijaroonpong1036

    Can you tell more aboht rnfe function that kina a interesting for more productivity

    • @galaxies_dev
      @galaxies_dev Před 11 měsíci

      It's just a VSC extension for React snippets!

  • @RatinTech
    @RatinTech Před rokem

    Is there any best example to use Tabs and drawer together in a same layout

    • @galaxies_dev
      @galaxies_dev Před rokem

      Don’t have a tutorial about it yet, but it simply depends on whether you want same side menu on all tabs or different ones, and then either having the parent use the drawer or have the tabs layout above the drawer!

    • @edsonshivuri2954
      @edsonshivuri2954 Před 11 měsíci

      I'd also like to see how this is done. There doesn't seem to be a good example of this

    • @lolekakaa
      @lolekakaa Před 10 měsíci

      @@galaxies_dev can't wait for it ^^ in fact I did that already, but having some issues with this approach

  • @blazi_0
    @blazi_0 Před rokem +1

    This shortcut ignores the copilot suggestion and shows the regular autocomplete suggestions for u:
    Ctr + space in windows
    İ use this all the time, especially when using typescript it helps alot

  • @nhatduyle4825
    @nhatduyle4825 Před rokem

    Can i use react query for Expo Router project?

    • @galaxies_dev
      @galaxies_dev Před 11 měsíci

      Yes, working on a course for Galaxies already!

  • @mohamethseck
    @mohamethseck Před rokem +1

    Is it possible to do protective routes? I want to use firebase authentication with this.

  • @mutluemre93
    @mutluemre93 Před rokem

    Can you use it with react-native-web? I couldn't 😅

    • @galaxies_dev
      @galaxies_dev Před rokem

      With Expo you can build for the web as well :)

  • @kakun7238
    @kakun7238 Před 9 měsíci

    what is the use of file based routing if we are going to use stack i dont get it

    • @galaxies_dev
      @galaxies_dev Před 9 měsíci

      You get unified routing also for the web, and the setup of files is usually easier (especially when using TS)

  • @JEsterCW
    @JEsterCW Před 11 měsíci +2

    4:00 - You just wrap the link with pressable... thats how official template implements it.

  • @anasalshlah2219
    @anasalshlah2219 Před rokem +1

    الفيديو احترافي جدا و رائع شكرا لك 😉

    • @galaxies_dev
      @galaxies_dev Před rokem +1

      I guess...thank you? :D

    • @RusMiller
      @RusMiller Před rokem

      @@galaxies_dev It says: "The video is very professional and wonderful. Thank you."

  • @mohammedtahabmt3256
    @mohammedtahabmt3256 Před rokem

    How I use expo-auth with router

    • @fruitypie
      @fruitypie Před rokem +1

      Read the doc, it contains examples

  • @teknologene
    @teknologene Před rokem

    More like Expo Routing rather than React Native routing? or am I missing something here....

  • @capricorn.engineering
    @capricorn.engineering Před 7 měsíci

    Haha broo! You start well and then starts to get messy afterwards 😫

  • @GeorgeFlorian12
    @GeorgeFlorian12 Před 10 měsíci

    It's funny how not even the most basic example works anymore with Expo SDK 49 and Expo-Router v2...
    I am trying the most basic example of routing and it can't find me any match...

    • @galaxies_dev
      @galaxies_dev Před 10 měsíci

      Most likely some caching issue or wrong folder structure - all things work just fine for me with latest Expo Router!

  • @sandeepmaurya5262
    @sandeepmaurya5262 Před rokem

    How we can hide tabs on [id] screen

    • @galaxies_dev
      @galaxies_dev Před 11 měsíci

      You might have to restructure your files in that case to have [id] above the level of the tabs layout!

    • @sandeepmaurya5262
      @sandeepmaurya5262 Před 11 měsíci

      @@galaxies_dev Hey man thanks for your reply.
      I have figured out to achieve that result by
      1- simply add a condition in layout file, that if pathname== "${pathname} add tabBarStyle {display:none}.
      Or There is a simple solution
      2 - Include [id].tsx in tabs layout and set options {href:null}

  •  Před 10 měsíci +3

    Expo Router is _not_ production ready, albeit v2 would indicate that. I made the mistake assuming this. Beware before you try to build anything more complex that has more than one type of navigator.
    For example: You can't do shared routes within a group. initialRoute isn't working if the route's inside a tabs hierarchy, instead you need to resort to using Redirects. Relative navigation isn't possible either. The docs are limited and Expo devs close valid issues with no solutions to these real-life scenarios. I'm personally going back to React Navigation, might give Expo Router a new chance in a couple of years once it has matured.

    • @galaxies_dev
      @galaxies_dev Před 10 měsíci

      I guess it has some bugs here and there for special cases, but that doesn't mean it's not production ready yet - it works for many companies & apps already very well!

    • @Baconbrix
      @Baconbrix Před 10 měsíci

      Expo Router is built on top of React Navigation, any fundamental issues in router will also be present in React Navigation. Expo Router v1 was production-ready enough for the Kick app, which grew to be #5 in the App Store. Please open issues with reproducible examples so I can investigate more.

    •  Před 10 měsíci

      @@Baconbrix I've pointed out the things I struggled with. I had no problem implementing what I needed using React Navigation when I went back to it. I'd advise to check the Expo Router issues that you have closed to see what developers are struggling with.
      I love Expo in general, and want to express my deepest gratitude towards the hard work you're doing, but Expo Router is something I'm going to give new chance in some later project when it's more mature. Right now I have deadlines to meet and don't have time to try to figure out if I'm "holding it the wrong way" or if it's a bug.

  • @paul_e123
    @paul_e123 Před rokem +3

    man, expo-router has such terrible documentation. All I want to do is put a tab bar on my app. It's taken me like 3 hours and I still have bugs. F***ing sucks

    • @galaxies_dev
      @galaxies_dev Před rokem +1

      Sorry to hear - here is another fresh video about exactly that: czcams.com/video/4-shpLyYBLc/video.html

    • @JEsterCW
      @JEsterCW Před rokem

      Get gud, lmao

    • @paul_e123
      @paul_e123 Před rokem

      @@JEsterCW What's gud?

  • @Rex88282
    @Rex88282 Před rokem

    😅 is not good

  • @nickamountaineer9900
    @nickamountaineer9900 Před 3 měsíci

    Your videos are great, I've watched a few now as I am just learning React Native. A couple things... You go way to fast, too much copy/paste without explaining what you are doing. Slow down brother. Also, I've noticed in all your videos that your file naming is horrific. I know this is just a demo but you are promoting bad habits. I'm going to guess you've never worked in a corporate environment or with a team of developers. Other than that your videos are the best.

    • @galaxies_dev
      @galaxies_dev Před 3 měsíci

      Thanks for the tips - how would you name the files differently?

  • @emporteme
    @emporteme Před 10 měsíci +1

    bad tutorial
    very bad

    • @galaxies_dev
      @galaxies_dev Před 10 měsíci +1

      Thanks for your feedback - what do you think could be improved?