-
Notifications
You must be signed in to change notification settings - Fork 214
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
Open safariViewController from main thread #150
base: master
Are you sure you want to change the base?
Conversation
HI Tom. I think your pull request may be a fix for my problem.
Is there a related issue for this? |
I can confirm that this works for me! I was scratching my head over this one! |
Yea this one is pretty insidious; happens to me in my app about 50% of the time right now. Would love to see this get merged... |
implement fix from fullstackreact#150
Can confirm this corrects a problem we were seeing with an app we have that opens the web view on a refresh. To hopefully help anyone coming from a search engine, the error we were getting was:
|
Any plan to merge this in soon? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix works and have been confirmed by other users in the thread.
@johnyoonh Our team forked this to https://github.com/gsandf/react-native-oauth because this repo seems inactive. We pulled this PR in and made a couple other fixes where this wasn't following the OAuth 2.0 spec, including:
We'd love to help get this working with OAuth 2.0 if this becomes active again. |
Fixes a crash when immediately reopening the safari view.