Search code examples
reactjsreact-nativereact-navigationreact-native-navigationreact-navigation-v5

What is the NavigationActions alternative in reactnavigation v5?


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