-
Notifications
You must be signed in to change notification settings - Fork 77
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
refreshToken not working #25
Comments
Same here |
Hi there, i did some tests here. And seems to be related to the react-native-webview. |
Hey, so I thought this might be the case so I downgraded react-native-webview but I am using Expo on the latest SDK 46 and I encountered some build issues. I've reverted back to Expo 45 anyway for the time being due to other reasons |
But I did one workaround (before I downgrade webview). |
Yeah, I managed to get something like this working so I guess will have to be the solution until/if the package gets fixed. Thank you @GSFZamai 😄 |
Hi there!
I noticed that the call of the refreshToken on the reference stopped working on my app.
For now as work around I'm using React state to render and hide the Recaptcha component.
Anyone else having the same issue?
The text was updated successfully, but these errors were encountered: