Role Based Navigation in React Native with Expo Router

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 34

  • @galaxies_dev
    @galaxies_dev  9 หลายเดือนก่อน

    Join Galaxies.dev today - the Home of the Best React Native content🚀

  • @MrRobots100
    @MrRobots100 5 หลายเดือนก่อน +2

    I love your videos. Sometimes I'd watch them just for entertainment, I don't have a use case for many of these stuff but I watch it cuz it's fun. I started watching during a college project then I just kept watching for fun.

    • @galaxies_dev
      @galaxies_dev  5 หลายเดือนก่อน +1

      Awesome! Thank you!

  • @ExpoDevelopers
    @ExpoDevelopers 9 หลายเดือนก่อน +1

    Great tutorial Simon. This answers some really common questions.

    • @galaxies_dev
      @galaxies_dev  9 หลายเดือนก่อน

      Got many requests for this one!

  • @mikevillarreal8291
    @mikevillarreal8291 9 หลายเดือนก่อน +2

    This is a godsend!!! appreciate all the effort you make to post this kind of content!!!

    • @ExpoDevelopers
      @ExpoDevelopers 9 หลายเดือนก่อน +1

      Us too Mike. He's incredible.

    • @galaxies_dev
      @galaxies_dev  9 หลายเดือนก่อน

      Thank you both!

  • @AzirChai
    @AzirChai 4 หลายเดือนก่อน

    Just found you yesterday, and already watched so many videos of you, and going through your tutorial, i already love you dude, keep that nice and lovely content up!!

  • @Norfeldt
    @Norfeldt 9 หลายเดือนก่อน +5

    Thank you Simon 👍👌👏👏👏

    • @galaxies_dev
      @galaxies_dev  9 หลายเดือนก่อน

      No problem 👍

  • @olifer-br
    @olifer-br 3 หลายเดือนก่อน +3

    Hello! Thanks for the video, it's a great idea of how to do something like that. But I have one question, my code isn't redirecting to "/" when logout, actually, if i change the "app/index.tsx" to "home.tsx" it recognizes "router.replace('/'home)" route and redirect correctly, but it's not working with "index.tsx" and "router.replace('/')".

    • @tonysaromines5323
      @tonysaromines5323 3 หลายเดือนก่อน

      same with me :(

    • @aymericfiguie8070
      @aymericfiguie8070 2 หลายเดือนก่อน

      @@tonysaromines5323 Same here, it seems that has there is a _layout and index in the subfolder, we are redirected in this context / and not to the root /

    • @haiffy
      @haiffy วันที่ผ่านมา

      just change the app/index.tsx to login.tsx, so redirect unauthenticated user to "/login" instead. it makes much more sense

  • @candyman3537
    @candyman3537 5 หลายเดือนก่อน

    Have one question. What if the user key in the route name directly in browser what will happen? Will it still being restricted?

  • @jeroldarranzado4525
    @jeroldarranzado4525 8 หลายเดือนก่อน +1

    This is great! Can you create a video about role base in clerk?

  • @javascriptexpanse
    @javascriptexpanse 9 หลายเดือนก่อน +1

    what inspired the new look mustache guy? haha. amazing tutorial simon this was a common problem

    • @galaxies_dev
      @galaxies_dev  9 หลายเดือนก่อน

      IDK, always wanted to try it on :D

  • @yasserhy
    @yasserhy 9 หลายเดือนก่อน +1

    What if the user is an Admin in this Group but a normal user in another Group? What is the best way to implement this. No one talks about this

    • @galaxies_dev
      @galaxies_dev  9 หลายเดือนก่อน

      It's hard to cover every case :/ But with the right if statements I'm sure you could enable all routes then!

  • @abelmurua6980
    @abelmurua6980 8 หลายเดือนก่อน

    Nice, I am checking your courses in your website. Are those updated? do they use expo router V3? ( _layout )

    • @galaxies_dev
      @galaxies_dev  8 หลายเดือนก่อน +1

      Yes, they do :)

  • @realzeitgeist
    @realzeitgeist 5 หลายเดือนก่อน

    Du bist eine Maschine

  • @KiwanukaMarvin
    @KiwanukaMarvin 9 หลายเดือนก่อน +1

    Great Tutorial big guy

  • @matthewkormasela1049
    @matthewkormasela1049 9 หลายเดือนก่อน

    Hi Simon. do you think Expo Router is ready for production grade app?

  • @createdbydenning8682
    @createdbydenning8682 9 หลายเดือนก่อน

    Can expo router hide tab bar on specific screens now

    • @galaxies_dev
      @galaxies_dev  9 หลายเดือนก่อน

      Yes, there are some ugly hacks or just having the page in a stack layout above tabs!

  • @nottana384
    @nottana384 9 หลายเดือนก่อน

    Is there a Github link for this?

    • @galaxies_dev
      @galaxies_dev  9 หลายเดือนก่อน

      There is a link below the video to the code on Galaxies for all members!

  • @AryNationw
    @AryNationw 6 หลายเดือนก่อน

    Thanks A lot