mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
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:
parent
14478f6701
commit
54ec6e7cab
@ -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`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user