mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
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:
@@ -30,7 +30,7 @@ var DEVICE_NOTIF_EVENT = 'openURL';
|
||||
*
|
||||
* #### 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
|
||||
*
|
||||
* ```
|
||||
@@ -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
|
||||
*/
|
||||
static canOpenURL(url: string, callback: Function) {
|
||||
|
||||
Reference in New Issue
Block a user