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

fix moved EventEmitter in RN-0.48.x #10

Closed
wants to merge 1 commit into from
Closed

fix moved EventEmitter in RN-0.48.x #10

wants to merge 1 commit into from

Conversation

phips28
Copy link

@phips28 phips28 commented Sep 5, 2017

fix issue #9

…/EventEmitter` => `react-native/Libraries/vendor/emitter/EventEmitter`
@hellogerard
Copy link

Can we get this merged & released? Hate working off a fork...

@kevineaton
Copy link

I agree, I followed similar advice found in Firebase: facebook/react-native#4968 and it works, but I don't want to have to edit my NPM node modules. Thanks for all your hard work!

@Almouro
Copy link
Contributor

Almouro commented Sep 13, 2017

I suggested a PR #11 which has no breaking changes. Instead of using the React Native event emitter, it uses a third party one with the same API.
What do you guys think?

@kinka
Copy link

kinka commented Oct 16, 2017

why not just use DeviceEventEmitter of 'react-native' ? It acts the same as I know.

@Almouro
Copy link
Contributor

Almouro commented Oct 16, 2017

@kinka so that there is no breaking change. A lot of tools depend on this module, and they would all need to implement the same specific breaking change (have a specific version for RN < 0.48 and another for RN >= 0.48)

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

Successfully merging this pull request may close these issues.

None yet

6 participants