Skip to content

Commit

Permalink
Merge pull request olofd#69 from madebymany/fix-event-emitter-rn48
Browse files Browse the repository at this point in the history
fix path to EventEmitter to make compatible with RN48
  • Loading branch information
olofd authored Oct 23, 2017
2 parents 1397067 + 0c558a0 commit adaa91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-emitter.js
Original file line number Diff line number Diff line change
@@ -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 adaa91d

Please sign in to comment.