GoodDAPP icon indicating copy to clipboard operation
GoodDAPP copied to clipboard

Upgrade navigation to version 5.x

Open mauriguz opened this issue 4 years ago • 0 comments

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

mauriguz avatar Sep 03 '20 22:09 mauriguz