Replies: 1 comment 1 reply
-
|
@Roboroads have you tried |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lets say I have this route stack, where every directory is a nested navigation stack:
note here: someform and answer are nested navigation routes
I want to go back from
/answer/detailsall the way to/someform/step1. Is there an easy way to router.popUntilNamed to this page? Currently I'm passing the context of /someform to the /answer/details page so I can pop all pages from the answer stack, then popUntilNamed to the step1 page on the someform stack, but this feels hacky.Beta Was this translation helpful? Give feedback.
All reactions