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
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/