mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 05:34:15 +00:00
Mention native code in Linking
docs
Summary:Fixes #5925 Closes https://github.com/facebook/react-native/pull/7101 Differential Revision: D3206134 fb-gh-sync-id: e65ae97c32685d6acc08be2019dd2da902e01bc9 fbshipit-source-id: e65ae97c32685d6acc08be2019dd2da902e01bc9
This commit is contained in:
parent
51310b0669
commit
9d7b537dd4
@ -49,7 +49,9 @@ const DEVICE_NOTIF_EVENT = 'openURL';
|
||||
* NOTE: For instructions on how to add support for deep linking on Android,
|
||||
* 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).
|
||||
*
|
||||
* NOTE: For iOS, in case you also want to listen to incoming app links during your app's
|
||||
* NOTE: On iOS you'll need to link `RCTLinking` to your project by following
|
||||
* the steps described [here](docs/linking-libraries-ios.html#manual-linking).
|
||||
* In case you also want to listen to incoming app links during your app's
|
||||
* execution you'll need to add the following lines to you `*AppDelegate.m`:
|
||||
*
|
||||
* ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user