From 54ec6e7cabbcb5aa56487d3633252564cd2a5c00 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Wed, 9 Dec 2015 04:29:06 -0800 Subject: [PATCH] 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 --- Libraries/Components/Navigation/NavigatorIOS.ios.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Libraries/Components/Navigation/NavigatorIOS.ios.js b/Libraries/Components/Navigation/NavigatorIOS.ios.js index 87f49232bffef4..37cc1899edd059 100644 --- a/Libraries/Components/Navigation/NavigatorIOS.ios.js +++ b/Libraries/Components/Navigation/NavigatorIOS.ios.js @@ -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`: