-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Linking.openURL behavior is not consistent with documentation #17484
Comments
Thanks for posting this! It looks like you may not be using the latest version of React Native, v0.53.0, released on January 2018. Can you make sure this issue can still be reproduced in the latest version? I am going to close this, but please feel free to open a new issue if you are able to confirm that this is still a problem in v0.53.0 or newer. |
i was test in react-native 0.55.3 and 0.55.4 . and i am sure Linking.openURL behavior is not consistent with documentation . |
Anyone have a fix or workaround for this? I'm also in need of the callback from the Confirm/Cancel system dialog. |
this issuer still exists in 0.57.5 |
+1 |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Steps to Reproduce
(Write your steps here:)
Linking.openURL
Confirm/Cancel
popupCancel
Expected Behavior
Expect:
Linking.openURL
should rejectActual Behavior
Actual:
Linking.openURL
resolvesReproducible Demo
Steps to recreate:
react-native init LinkTest
and in App class;
No repo included due to this needing to be run on a device to test
The text was updated successfully, but these errors were encountered: