Replies: 2 comments
-
Somebody mindful please answer. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think, as this link says, |
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
-
Which package manager are you using? (Yarn is recommended)
yarn
Summary
What is the diffrence between
useRouter
anduseNavigation
? When to useuseRouter
anduseNavigation
? Can we useuseNavigation
instead ofuseRouter
on web? DoesuseNavigation
work the same asuseNavigation
fromreact-navigation
? We also haveuseRootNavigation
. Can we useuseRootNavigation
insteaduseRouter
when we have this problem:The action 'NAVIGATE' with payload was not handled by any navigator
Minimal reproducible example
const navigation = useNavigation();
const router= useRouter();
Beta Was this translation helpful? Give feedback.
All reactions