Skip to content

Commit

Permalink
EventEmitter import update
Browse files Browse the repository at this point in the history
EventEmitter removed from RN in .48. Updated to new location.
Reference: invertase/react-native-firebase#386
  • Loading branch information
sameesiddiqui committed Oct 2, 2017
1 parent 9cd2e11 commit 278d46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AppRegistryInjection.js
@@ -1,7 +1,7 @@
import { StyleSheet, View, AppRegistry } from 'react-native';
import React, { Component } from 'react';
import StaticContainer from 'static-container';
import EventEmitter from 'react-native/Libraries/EventEmitter/EventEmitter';
import EventEmitter from 'react-native/Libraries/vendor/emitter/EventEmitter';

const styles = StyleSheet.create({
container: {
Expand Down

0 comments on commit 278d46e

Please sign in to comment.