We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6df7a6 commit 01d4a1cCopy full SHA for 01d4a1c
Libraries/Linking/Linking.js
@@ -58,7 +58,7 @@ const LinkingManager = Platform.OS === 'android' ?
58
* NOTE: On iOS you'll need to link `RCTLinking` to your project by following
59
* the steps described [here](docs/linking-libraries-ios.html#manual-linking).
60
* In case you also want to listen to incoming app links during your app's
61
- * execution you'll need to add the following lines to you `*AppDelegate.m`:
+ * execution you'll need to add the following lines to your `*AppDelegate.m`:
62
*
63
* ```
64
* #import <React/RCTLinkingManager.h>
0 commit comments