Replies: 1 comment
-
Found it in the docs: https://expo.github.io/router/docs/features/routing#groups |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to understand the role of parentheses in route names, eg.,
(app)
/(auth)
. I see mention of route groups in the authentication guide, and I'm guessing these parentheses are related to that concept, but this syntax isn't explained head on and I'd like to understand it.Is it just a pattern like the
use
prefix on hooks or are parens wrapped folders treated differently than others?Beta Was this translation helpful? Give feedback.
All reactions