react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
734 stars 282 forks source link

docs: unsubscribe even listeners on unmount #340

Closed vonovak closed 2 years ago

vonovak commented 2 years ago

I "fixed" the docs so that event listeners are unregistered on unmount which makes a difference during development due to hot reloading - the listeners can get called multiple times if not handled properly, which can be confusing 😆