Add Navigation Overview

Summary:
Initial stab at writing a high level guide on navigation. Its main focus is on Navigator due to it being cross-platform and fairly simple to use.

This guide should be expanded to cover tabbed applications in a future pull request.

The Navigation (Experimental) section will be similarly expanded upon as the API stabilizes.

![navigation](https://cloud.githubusercontent.com/assets/165856/16324560/52b508dc-396a-11e6-94b7-b2d1175f69e0.png)
Closes https://github.com/facebook/react-native/pull/8390

Differential Revision: D3480304

Pulled By: caabernathy

fbshipit-source-id: 280da9185fca295bc107a2df20106c783b461be7
This commit is contained in:
Héctor Ramos
2016-06-24 07:36:26 -07:00
committed by Facebook Github Bot 5
parent ab4684551f
commit 35f5ce296b
3 changed files with 166 additions and 4 deletions

View File

@@ -98,9 +98,6 @@ type Event = Object;
* [`Navigator`](/docs/navigator.html) for a similar solution for your
* cross-platform needs.
*
* > **NOTE**: This component is not maintained by Facebook and is the
* > community's responsibility.
*
* To set up the navigator, provide the `initialRoute` prop with a route
* object. A route object is used to describe each scene that your app
* navigates to. `initialRoute` represents the first route in your navigator.