-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dev-launcher][ios] strip initialURL when deep linking from dev launc…
…her (expo#22879) # Why when launching app through the dev-client deeplinks, the `Linking.getInitialURL()` returns `exp+{scheme}://expo-development-client/?url...` which is not expected behavior for user. close ENG-8934 # How - strip the initial deep link if the url host matching `expo-development-client` - this behavior aligns to dev-launcher on android which `Linking.getInitialURL` returns null because it uses new Intent and new Activity to launch the app. # Test Plan - ci passed - tested on https://github.com/brentvatne/deep-linking-demo - also tested on universal link
- Loading branch information
Showing
4 changed files
with
35 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters