Replies: 1 comment
-
Hey @amine-ba 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
-
Hello im working on a react-native project
the login flow works with no problem on debug mode but always fails in the first attempt on production then works
here is a snippet of the code
const web3auth = new Web3Auth(WebBrowser, { clientId: clientIdWeb3Auth, network: OPENLOGIN_NETWORK.TESTNET, }); const state = await web3auth.login({ loginProvider: LOGIN_PROVIDER.GOOGLE, redirectUrl: redirectUrl });
Beta Was this translation helpful? Give feedback.
All reactions