b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
98 stars 86 forks source link

Android app crashes when calling `clearAllState` #99

Open vadim-tarasenko opened 2 years ago

vadim-tarasenko commented 2 years ago

Android application crashes when calling clearAllState.

Error:

NullPointerException: Attempt to invoke virtual method 'void com.b8ne.RNPusherPushNotifications.PusherWrapper.clearAllState()' on a null object reference

Versions:

"react-native": "0.65.1",
"react-native-pusher-push-notifications": "^2.5.2"

Note: ios application works correct

SergeyMelnyk commented 9 months ago

+1