You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* NOTE: For instructions on how to add support for deep linking on Android,
50
50
* 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).
51
51
*
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
53
55
* execution you'll need to add the following lines to you `*AppDelegate.m`:
0 commit comments