Fix LinkingIOS docs typo
Summary: And yes, just agreed to the Contributor License Agreement (CLA). 👍 Closes https://github.com/facebook/react-native/pull/2483 Github Author: Marius Butuc <marius@shopify.com>
This commit is contained in:
parent
9cede03846
commit
3cd9187a26
|
@ -30,7 +30,7 @@ var DEVICE_NOTIF_EVENT = 'openURL';
|
||||||
*
|
*
|
||||||
* #### Handling deep links
|
* #### Handling deep links
|
||||||
*
|
*
|
||||||
* If your app was launched from a external url registered to your app you can
|
* If your app was launched from an external url registered to your app you can
|
||||||
* access and handle it from any component you want with
|
* access and handle it from any component you want with
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
|
@ -127,7 +127,7 @@ class LinkingIOS {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine wether or not the an installed app can handle a given `url`
|
* Determine wether or not an installed app can handle a given `url`
|
||||||
* The callback function will be called with `bool supported` as the only argument
|
* The callback function will be called with `bool supported` as the only argument
|
||||||
*/
|
*/
|
||||||
static canOpenURL(url: string, callback: Function) {
|
static canOpenURL(url: string, callback: Function) {
|
||||||
|
|
Loading…
Reference in New Issue