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 102 forks source link

removed EventEmitter declaration - was never used #7

Closed FlorianeEnnaji closed 8 years ago

FlorianeEnnaji commented 8 years ago

Declaration of variable EventEmitter lead to a red screen when trying to launch the app with an iPhone. Since it wasn't used, removed it. Solve Issue #6

zetavg commented 8 years ago

Thank you so much!