As you can see I'm forcing it to redirect nemerous times. And one is enough, for almost all phones, except Xiaomi and OnePlus. And not all of them, oh no, some of them.
If this was my app I would not have cared but I'm getting paid to deliver a "quality" product so if you would please just ell me how I can get a glimpose of what's wrong that would be great. I don't have any of these phones and I can't test. My main AVD was a Genymotion Xiaomi. But I'm not sure why it won't work there. What could the issue be?
🐛 Bug Report
I use the LoginButton component with an async function to redirect the user to the Home page after the login is done. Like so:
<LoginButton permissions={[ 'email', /*'user_friends', 'user_gender', 'user_location', 'user_birthday', 'user_hometown',*/ 'public_profile', ]} onLoginFinished={(err, res) => this.onFaceBookLogin(err, res).then(() => { console.log('OnFaceBookLogin done.'); this.props.onSetRedirect(); this.props.navigation.navigate('Home'); this.props.onRedirect(); }) } />
As you can see I'm forcing it to redirect nemerous times. And one is enough, for almost all phones, except Xiaomi and OnePlus. And not all of them, oh no, some of them.
If this was my app I would not have cared but I'm getting paid to deliver a "quality" product so if you would please just ell me how I can get a glimpose of what's wrong that would be great. I don't have any of these phones and I can't test. My main AVD was a Genymotion Xiaomi. But I'm not sure why it won't work there. What could the issue be?
Thanks.