Docs warn navigator ios

Summary:
ping https://github.com/facebook/react-native/issues/795#issuecomment-139895307
Closes https://github.com/facebook/react-native/pull/3087

Reviewed By: svcscm

Differential Revision: D2738947

Pulled By: mkonicek

fb-gh-sync-id: e29dfd933a8da42551576bdb1fb5c270039722ee
This commit is contained in:
Harry Moreno 2015-12-09 04:29:06 -08:00 committed by facebook-github-bot-5
parent 14478f6701
commit 54ec6e7cab

View File

@ -95,6 +95,12 @@ type Event = Object;
* NavigatorIOS wraps UIKit navigation and allows you to add back-swipe
* functionality across your app.
*
* > **NOTE**: This Component is not maintained by Facebook
* >
* > This component is under community responsibility.
* > If a pure JavaScript solution fits your needs you may try the `Navigator`
* > component instead.
*
* #### Routes
* A route is an object used to describe each page in the navigator. The first
* route is provided to NavigatorIOS as `initialRoute`: