RedirectUL
#642
Replies: 1 comment
-
Hey @anvog777 Please update to the latest version of React Native SDK |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am implementing web3auth on React Native 0.7.1 (without expo).
The login works fine but gets stuck on the "Redirect to app" button.
The demo version that I downloaded from GitHub works fine.
I followed the documentation https://web3auth.io/docs/sdk/react-native/initialize and the Integration Builder.
I configured the redirectURL on AndroidManifest.xml:
<data android:scheme="w3a"/>
And on my login.js file:
Am I missing something?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions