Setup RCTNativeAppEventEmitter on init
Summary: Fixes #6227 as discussed in FB group, also a follow up to ide commit 6ec4d65aec
Differential Revision: D3041185
Pulled By: javache
fb-gh-sync-id: 544c55b14d238eb8bfed3ab1588c6e48d164943e
shipit-source-id: 544c55b14d238eb8bfed3ab1588c6e48d164943e
This commit is contained in:
parent
0f1bc36e61
commit
6481e0ea6a
|
@ -221,6 +221,7 @@ if (__DEV__) {
|
|||
require('RCTDebugComponentOwnership');
|
||||
}
|
||||
require('RCTDeviceEventEmitter');
|
||||
require('RCTNativeAppEventEmitter');
|
||||
require('PerformanceLogger');
|
||||
|
||||
if (__DEV__) {
|
||||
|
|
Loading…
Reference in New Issue