-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple iOS URL types cause deep link parse to be crashed #2867
Comments
evianzhow
added a commit
to evianzhow/react-native-router-flux
that referenced
this issue
Feb 8, 2018
Experiencing this as well. Having multiple URI schemes is not uncommon at all... @aksonov can you cherry-pick this commit evianzhow@685d015 in your repo? I guess you would want tests for that as well? |
@evianzhow Could you submit PR? |
power1220
added a commit
to power1220/react-native-router-flux
that referenced
this issue
Apr 5, 2023
* Fixed aksonov/react-native-router-flux#2867 * Updated dist
LuckyCoder5
added a commit
to LuckyCoder5/react-native-router-flux
that referenced
this issue
Oct 7, 2024
* Fixed aksonov/react-native-router-flux#2867 * Updated dist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicated for #2787
Check this line:
react-native-router-flux/src/Router.js
Line 41 in 0d528d8
"somePaymentMethod://callbackData".split("myApp://")[1]
definitely returnundefined
, then passing topathParser
.Crashed here:
react-native-router-flux/src/pathParser.js
Line 70 in 0d528d8
The text was updated successfully, but these errors were encountered: