diff --git a/releases/next/docs/linking.html b/releases/next/docs/linking.html index f9f1c397243..3409abb469b 100644 --- a/releases/next/docs/linking.html +++ b/releases/next/docs/linking.html @@ -26,26 +26,23 @@ documentation for more information.
NOTE: On iOS, you'll need to link RCTLinking to your project by following
the steps described here.
If you also want to listen to incoming app links during your app's
-execution, you'll need to add the following lines to your *AppDelegate.m:
*AppDelegate.m:If you're targeting iOS 9 or older, you can use the following code instead:
If you're targeting iOS 8.x or older, you can use the following code instead:
If your app is using Universal Links, + sourceApplication:sourceApplication annotation:annotation]; +}
// If your app is using Universal Links, you'll need to add the following code as well: