From e7bb4dc67e08a41df1a0a5e465962c614837ccb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 15 Mar 2017 15:49:37 -0700 Subject: [PATCH] Remove Navigator recommendation --- Libraries/Components/Navigation/NavigatorIOS.ios.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Libraries/Components/Navigation/NavigatorIOS.ios.js b/Libraries/Components/Navigation/NavigatorIOS.ios.js index 90a6c37e9820c1..10c18e0c507767 100644 --- a/Libraries/Components/Navigation/NavigatorIOS.ios.js +++ b/Libraries/Components/Navigation/NavigatorIOS.ios.js @@ -133,10 +133,10 @@ type Event = Object; * animations and behavior from UIKIt. * * As the name implies, it is only available on iOS. Take a look at - * [`Navigator`](docs/navigator.html) for a similar solution for your - * cross-platform needs, or check out - * [react-native-navigation](https://github.com/wix/react-native-navigation), a - * component that aims to provide native navigation on both iOS and Android. + * [`React Navigation`](https://reactnavigation.org/) for a cross-platform + * solution in JavaScript, or check out either of these components for native + * solutions: [native-navigation](http://airbnb.io/native-navigation/), + * [react-native-navigation](https://github.com/wix/react-native-navigation). * * 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