zetavg / react-native-system-notification

Android system notifications for React Native. Supports push notifications with GCM integrated.
https://www.npmjs.com/package/react-native-system-notification
244 stars 101 forks source link

Remove listeners #25

Closed lukefanning closed 8 years ago

lukefanning commented 8 years ago

Added a removeAllListeners() func so we can properly clean up in componentWillUnmount()

lukefanning commented 8 years ago

Cleaned up commit history. See PR #26