Skip to content

Commit

Permalink
rn 0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt21 committed May 6, 2021
1 parent 17fe8f2 commit 683ce8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

import { NativeModules, NativeAppEventEmitter } from 'react-native';
var EventEmitter = require('react-native/Libraries/vendor/emitter/EventEmitter');
import EventEmitter from 'react-native/Libraries/vendor/emitter/EventEmitter';

const EVENT_CHANNEL = '_EVENTS_';

Expand Down

3 comments on commit 683ce8c

@thainquet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's works!!!

@meassinal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It worked. Thanks a lot.

@julianramireze
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!!

Please sign in to comment.