mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
RN 48 EE backwards compatible fix
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* @flow
|
||||
*/
|
||||
|
||||
import EventEmitter from 'react-native/Libraries/EventEmitter/EventEmitter';
|
||||
import Log from '../utils/log';
|
||||
import EventEmitter from './../utils/emitter/EventEmitter';
|
||||
|
||||
const logs = {};
|
||||
const SharedEventEmitter = new EventEmitter();
|
||||
|
||||
Reference in New Issue
Block a user