React Native Navigation: Navigator vs Navigator Experimental Resources

Many of people working on react-native have realized that Navigator component in react-native is getting ready to be deprecated in favor of new navigaor called Navigation Experimental till now.

Though as of today (July 11, 2016), Navigator Experimental is under very active development and its apis are in flux. For example, during last react native release 0.29.0, there were many commits related to cleaning up NavigationExperimental.

Options Available to You

Navigator Experimental Resources

If you are planning to use NavigationExperimental, here is a set of useful resources as official documentation is not yet ready.

Oveview:
* Navigation Experimental official documentaiton (https://facebook.github.io/react-native/docs/navigation.html#navigationexperimental)
* Navigation Experimental comparison with Navigator and Navigator IOS

Real App Examples:

Experimental Apps to learn from

Articles: