You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
leggomuhgreggo
changed the title
Unable to navigate to modal stack index route, within (group) directory
Unable to navigate to modal stack initial route, within (group) directory
Aug 8, 2023
When you do so, can you please update your reproduction repo to be a minimal example. Providing a repo with 6 different apps is not a good minimal reproduction
Which package manager are you using? (Yarn is recommended)
Yarn
Summary
This folder structure, using the group syntax doesn't seem to support linking to the
indexinitial route of the modal stackScreen Recording
Simulator.Screen.Recording.-.iPhone.14.-.2023-08-05.at.15.01.25.mp4
Group Folder
<Link href="/(modal-stack)/">(modal-stack)</Link>
<Link href="/(modal-stack)/modal-screen-1">modal-screen-1</Link>
Normal Path Folder
<Link href="/modal-stack/">modal-stack</Link>
<Link href="/modal-stack/modal-screen-1">modal-screen-1</Link>
Minimal reproducible example
https://github.com/leggomuhgreggo/nav-testing/tree/expo-router-repro/modal-stack-grouped
The text was updated successfully, but these errors were encountered: