Skip to content

Commit 9d7b537

Browse files
grabbouFacebook Github Bot 0
authored and
Facebook Github Bot 0
committed
Mention native code in Linking docs
Summary:Fixes facebook#5925 Closes facebook#7101 Differential Revision: D3206134 fb-gh-sync-id: e65ae97c32685d6acc08be2019dd2da902e01bc9 fbshipit-source-id: e65ae97c32685d6acc08be2019dd2da902e01bc9
1 parent 51310b0 commit 9d7b537

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Libraries/Linking/Linking.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ const DEVICE_NOTIF_EVENT = 'openURL';
4949
* NOTE: For instructions on how to add support for deep linking on Android,
5050
* refer [Enabling Deep Links for App Content - Add Intent Filters for Your Deep Links](http://developer.android.com/training/app-indexing/deep-linking.html#adding-filters).
5151
*
52-
* NOTE: For iOS, in case you also want to listen to incoming app links during your app's
52+
* NOTE: On iOS you'll need to link `RCTLinking` to your project by following
53+
* the steps described [here](docs/linking-libraries-ios.html#manual-linking).
54+
* In case you also want to listen to incoming app links during your app's
5355
* execution you'll need to add the following lines to you `*AppDelegate.m`:
5456
*
5557
* ```

0 commit comments

Comments
 (0)