-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now the project uses a mix of v4 and v5 for navigation, we want to unify all navigation to version 5.x
https://reactnavigation.org/docs/upgrading-from-4.x/
- Install @react-navigation/native & @react-navigation/stack
- Uninstall react-navigation & react-navigation-stack
- Align all @react-navigation packages in the project to v5
- Replace createAppContainer with NavigationContainer
- Replace onNavigationStateChange with onStateChange
- Native crash: Cannot find types in react-navigation/native
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request