mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-18 22:05:06 +08:00
Docs: fix typo in deeplinking docs
Summary: Just a small typo in the docs, the suggested code uses a variable that doesn't exist and leads to a compile error. Closes https://github.com/facebook/react-native/pull/15196 Differential Revision: D5490031 Pulled By: javache fbshipit-source-id: cb1e15b22f0d8f282afb3943fb4f5d0dc5dad9e7
This commit is contained in:
committed by
Facebook Github Bot
parent
f7579381cc
commit
d53d121956
@@ -79,7 +79,7 @@ const LinkingManager = Platform.OS === 'android' ?
|
||||
* openURL:(NSURL *)url
|
||||
* options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options
|
||||
* {
|
||||
* return [RCTLinkingManager application:app openURL:url options:options];
|
||||
* return [RCTLinkingManager application:application openURL:url options:options];
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user