Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventEmitter is outdate #29

Closed
TheSixer opened this issue Nov 2, 2017 · 1 comment
Closed

EventEmitter is outdate #29

TheSixer opened this issue Nov 2, 2017 · 1 comment

Comments

@TheSixer
Copy link

TheSixer commented Nov 2, 2017

After upgrading React Native from 0.29 to 0.30, EventEmitter is outdate. Now, I get this error message 'Module does not exist in the module map'

@TheSixer TheSixer changed the title EventEmitter EventEmitter is outdate Nov 2, 2017
@scue
Copy link
Contributor

scue commented Nov 8, 2017

Use DeviceEventEmitter:

import {  DeviceEventEmitter } from 'react-native';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants