Issue
I am trying to upgrade my reactnavigation from v4 to v5 in my React Native App.
https://reactnavigation.org/docs/4.x/navigation-actions this is not available in reactnavigation v5 documentation.
Is there any alternative for that in v5?
Solution
With the useNavigation
hook you're able to retrieve a reference to navigation
, and then you can call .navigate(...)
, etc. and navigator-dependent functions: https://reactnavigation.org/docs/navigation-prop
Answered By - Ric
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.