mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
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.  Closes https://github.com/facebook/react-native/pull/8390 Differential Revision: D3480304 Pulled By: caabernathy fbshipit-source-id: 280da9185fca295bc107a2df20106c783b461be7
This commit is contained in:
committed by
Facebook Github Bot 5
parent
ab4684551f
commit
35f5ce296b
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user