An error occurs when attempting to unsubscribe from notifications in the useEffect cleanup function. Specifically, the responseListener variable is undefined, leading to a crash when calling Notifications.removeNotificationSubscription(responseListener);. This error prevents the app from properly handling push notifications and affects Android only(as our Sentry has reported).
Environment Details:
Library Version: native-notify v4.0.4 React Native Version: 0.75.4 Platform: Android
Issue Description:
An error occurs when attempting to unsubscribe from notifications in the useEffect cleanup function. Specifically, the responseListener variable is undefined, leading to a crash when calling Notifications.removeNotificationSubscription(responseListener);. This error prevents the app from properly handling push notifications and affects Android only(as our Sentry has reported).