<View style={styles.buttonArea}>
<Button title="Login with Web3Auth" onPress={login} />
</View>
The code above is used to log in by clicking on a login button. Everything works as expected on iOS, but on Android, when the login is successful, the button to redirect to the app does not work.
Yes the scheme is added in the manifest, about v4 the documentation isn’t updated. As it needs 3 params (storage one is missing) not sure what should go there.
Thank you for bringing this to my attention. Unfortunately, the documentation for v4 is not yet available, but it is being worked on and will be released at the beginning of next week. In the meantime, you can refer to this example repository: https://github.com/Web3Auth/web3auth-react-native-sdk/tree/master/demo/rn-bare-example and try to reproduce the same.