Remove missing link from Modal doc

Summary:
Is okay to remove this link? It seems that we don't have the Navigator Comparison anymore.
Closes https://github.com/facebook/react-native/pull/10186

Differential Revision: D3951863

Pulled By: mmmulani

fbshipit-source-id: 170f4cc9288f84d88c3b607e3a1a85619d9776c8
This commit is contained in:
AgtLucas 2016-09-30 11:36:29 -07:00 committed by Facebook Github Bot
parent 4b70c66a27
commit dbc853246d

View File

@ -27,7 +27,7 @@ const RCTModalHostView = requireNativeComponent('RCTModalHostView', null);
* The Modal component is a simple way to present content above an enclosing view. * The Modal component is a simple way to present content above an enclosing view.
* *
* _Note: If you need more control over how to present modals over the rest of your app, * _Note: If you need more control over how to present modals over the rest of your app,
* then consider using a top-level Navigator. Go [here](/react-native/docs/navigator-comparison.html) to compare navigation options._ * then consider using a top-level Navigator._
* *
* ```javascript * ```javascript
* import React, { Component } from 'react'; * import React, { Component } from 'react';