expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

How can I migrate to React Navigation? #417

Open mammosu opened 7 years ago

mammosu commented 7 years ago

How can I migrate to React Navigation ?

sibelius commented 7 years ago

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

sibelius commented 7 years ago

check this out: https://medium.com/@spencer_carli/migrate-from-exnavigation-to-react-navigation-1af661ec5082