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

iOS red screen - EventEmitter #6

Closed FlorianeEnnaji closed 8 years ago

FlorianeEnnaji commented 8 years ago

Launching the app in iOS makes a red screen, error message being "Unable to resolve module EventEmitter from /User/.../node_modules/react-native-system-notification/index.js: Invalid directory /Users/node_modules/EventEmitter" However, I noticed that variable EventEmitter is declared but not used in index.js

zetavg commented 8 years ago

Oh, I will remove that EventEmitter.

BTW, PRs are welcome if you'd already done & tested that on your local copy!

zetavg commented 8 years ago

Thanks :wink: