Skip to content

Commit

Permalink
fix path to EventEmitter to make compatible with RN48
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljmurray committed Sep 15, 2017
1 parent 1397067 commit 0c558a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-emitter.js
@@ -1,2 +1,2 @@
import EventEmitter from '../react-native/Libraries/EventEmitter/EventEmitter';
import EventEmitter from '../react-native/Libraries/vendor/emitter/EventEmitter';
export default EventEmitter;

0 comments on commit 0c558a0

Please sign in to comment.