mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
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:
parent
4b70c66a27
commit
dbc853246d
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user