Update AlertIOS.js
Summary: This fixes a broken link in the docs. Closes https://github.com/facebook/react-native/pull/11453 Differential Revision: D4394773 Pulled By: lacker fbshipit-source-id: 07b3aaa25017912063ac9e65f336c56a902d7144
This commit is contained in:
parent
8729d27206
commit
fa3c06d637
|
@ -100,7 +100,7 @@ type ButtonsArray = Array<{
|
|||
* );
|
||||
* ```
|
||||
*
|
||||
* We recommend using the [`Alert.alert`](/docs/alert.html) method for
|
||||
* We recommend using the [`Alert.alert`](alert.html) method for
|
||||
* cross-platform support if you don't need to create iOS-only prompts.
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue