mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-30 09:08:40 +08:00
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:
committed by
Facebook Github Bot 2
parent
0f1bc36e61
commit
6481e0ea6a
@@ -221,6 +221,7 @@ if (__DEV__) {
|
||||
require('RCTDebugComponentOwnership');
|
||||
}
|
||||
require('RCTDeviceEventEmitter');
|
||||
require('RCTNativeAppEventEmitter');
|
||||
require('PerformanceLogger');
|
||||
|
||||
if (__DEV__) {
|
||||
|
||||
Reference in New Issue
Block a user