Any idea how to implement infinitely deep stacks? #496
Unanswered
CodySwannGT
asked this question in
Q&A
Replies: 1 comment
-
my first thought would be to use dynamic route name to generate each screen as an unique id and prevent so you would get something like: ... you can't use the tweet id for the dynamic route otherwise coming back to the same tweet would make router.push go back in the stack instead of adding into it. |
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
-
Here's an example.
Here's a video to illustrate how we're currently doing it with react navigation
Beta Was this translation helpful? Give feedback.
All reactions