You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the react-native-app-auth package in my React Native application to authenticate users with Google. However, I'm experiencing an app crash that occurs after clicking on the user when a popup asks me to select the Google account. This crash issue occurs sporadically, but it is still a significant problem.
In Sentry i can see this error:
NullPointerException
Attempt to invoke virtual method 'boolean java.lang.Boolean.booleanValue()' on a null object reference
Stack trace: com.rnappauth.RNAppAuthModule in onActivityResult at line 492
...
Thanks if you can help me :)
Environment
Your Identity Provider: Google
Platform that you're experiencing the issue on: Android
Are you using Expo?No
The text was updated successfully, but these errors were encountered:
Issue
I'm using the
react-native-app-auth
package in my React Native application to authenticate users with Google. However, I'm experiencing an app crash that occurs after clicking on the user when a popup asks me to select the Google account. This crash issue occurs sporadically, but it is still a significant problem.I already saw couple of similar issues : #672
but never had any soultion
In Sentry i can see this error:
NullPointerException
Attempt to invoke virtual method 'boolean java.lang.Boolean.booleanValue()' on a null object reference
Stack trace:
com.rnappauth.RNAppAuthModule in onActivityResult at line 492
...
Thanks if you can help me :)
Environment
Google
Android
No
The text was updated successfully, but these errors were encountered: