Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
Setup RCTNativeAppEventEmitter on init
Browse files Browse the repository at this point in the history
Summary: Fixes facebook#6227 as discussed in FB group, also a follow up to ide commit facebook@6ec4d65

Differential Revision: D3041185

Pulled By: javache

fb-gh-sync-id: 544c55b14d238eb8bfed3ab1588c6e48d164943e
shipit-source-id: 544c55b14d238eb8bfed3ab1588c6e48d164943e
  • Loading branch information
grabbou authored and Facebook Github Bot 2 committed Mar 15, 2016
1 parent 0f1bc36 commit 6481e0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ if (__DEV__) {
require('RCTDebugComponentOwnership');
}
require('RCTDeviceEventEmitter');
require('RCTNativeAppEventEmitter');
require('PerformanceLogger');

if (__DEV__) {
Expand Down

0 comments on commit 6481e0e

Please sign in to comment.