Replies: 1 comment 1 reply
-
If the ANR is not in a stacktrace in this code or the underlying SDKs it should not have anything to do with this module |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone ,
I'm building an app for both devices Android/iOS and I'm using in my project below awesome react-native-firebase packages
app
auth
crashlitycs
dynamic links
messaging
google signin
I already have a published release app on google play store without any ANR error. After upgrade my above packages to version 15.1.1 and publishing the app for internal release on google play console I started to see an ANR error what is say
"ANR in com.google.android.googlequicksearchbox:interactor;PID: 2654;Broadcast of Intent { act=com.google.android.googlequicksearchbox.STOP_HOTWORD flg=0x10 pkg=com.google.android.googlequicksearchbox };".
I don't know if this ANR is related with the react-native-firebase packages, I doesn't change anything else in my project only I upgrade the above packages and republish on Google Play Store.
Beta Was this translation helpful? Give feedback.
All reactions