This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Replies: 2 comments 4 replies
-
|
Something like this, right? https://reactnavigation.org/docs/navigating-without-navigation-prop It would be great... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
this line in expo-router v2 announcement should fix that no? https://blog.expo.dev/introducing-expo-router-v2-3850fd5c3ca1 |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Is page jump behavior only happen inside the JSX tree?
When the network responds to 401 status, how can I call
resetRoot? (I handled the networking response globally)For now, I have to use the
EventEmitter, from the networking file to the/app/_layout.tsxfile.Why can't just provide the
navigationReffromReact Navigation?Beta Was this translation helpful? Give feedback.
All reactions