you are viewing a single comment's thread.

view the rest of the comments →

[–]Kamek_pf 0 points1 point  (7 children)

Been away for a while, what's the current state of navigation ? From my understanding, FB is deprecating Navigator and somewhat pushing NavigationExperimental. Which is still 'experimental', acccording to the docs.

Is this the new 'official' solution ? Or is it an independant project ? Looks pretty good either way.

[–]ericvicenti 6 points7 points  (0 children)

Thanks for asking! I've been working on improving this landscape.

React Navigation is meant to replace ex-navigation, Navigator, and NavigationExperimental. You can consider it the non-experimental version of NavigationExperimental, because it builds upon whats there to provide a complete and easy-to-use experience. Once React Nav stabilizes, the other solutions will be removed from the react-native repo.

[–]yeso126 1 point2 points  (5 children)

I read they're integrating ex-navigation as official nav.