Open mammosu opened 7 years ago
How can I migrate to React Navigation ?
it is not that hard, just check the docs here: https://reactnavigation.org/
instead of
static router = {}
u have:
static navigationOptions = { title: 'Welcome', };
and some naming changed as well
check this out: https://medium.com/@spencer_carli/migrate-from-exnavigation-to-react-navigation-1af661ec5082
How can I migrate to React Navigation ?