mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-27 19:25:11 +08:00
fix several lint warnings
Summary: fix some ling warnings from several files Closes https://github.com/facebook/react-native/pull/4450 Reviewed By: svcscm Differential Revision: D2707606 Pulled By: mkonicek fb-gh-sync-id: 410ccacf061ac7b0f6e44d1a5e4621a9d1d606fc
This commit is contained in:
committed by
facebook-github-bot-4
parent
8ec052a727
commit
0a3694ce48
@@ -130,7 +130,7 @@ class LinkingIOS {
|
||||
* Determine whether or not an installed app can handle a given URL.
|
||||
* The callback function will be called with `bool supported` as the only argument
|
||||
*
|
||||
* NOTE: As of iOS 9, your app needs to provide a `LSApplicationQueriesSchemes` key
|
||||
* NOTE: As of iOS 9, your app needs to provide a `LSApplicationQueriesSchemes` key
|
||||
* inside `Info.plist`.
|
||||
*/
|
||||
static canOpenURL(url: string, callback: Function) {
|
||||
|
||||
Reference in New Issue
Block a user