af949877e6
Summary: Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is solid. - [x] Match the **code formatting** of the rest of the codebase. - [x] Target the `master` branch, NOT a "stable" branch. The current code for IOS contains deprecated code for incoming urls. in iOS 10 deprecated openURL. more details here: https://useyourloaf.com/blog/openurl-deprecated-in-ios10/ 1. Create an RN app with iOS 10. set up linking as per instructions. 2. Using the iOS9 code snippet, with the app is open, navigate to the apps url scheme (in safari) appname://value1/value2, the eventListener will not trigger. note: it will however trigger getInitialURL if app is closed. 3. Replace the old iOS9 code with the iOS 10 and trigger an incoming url from a browser appname:// with the new code in the doc it will trigger for both open and closed apps. Closes https://github.com/facebook/react-native/pull/13942 Differential Revision: D5071851 Pulled By: hramos fbshipit-source-id: 8394de73014a1d2a5982b22b1b6fd09e0cf524dd |
||
---|---|---|
.. | ||
Linking.js |