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
-
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.tsx
file.Why can't just provide the
navigationRef
fromReact Navigation
?Beta Was this translation helpful? Give feedback.
All reactions