We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052ec8d commit b50c022Copy full SHA for b50c022
Libraries/ReactNative/requireNativeComponent.js
@@ -13,7 +13,6 @@
13
'use strict';
14
15
const Platform = require('Platform');
16
-const ReactNativeBridgeEventPlugin = require('ReactNativeBridgeEventPlugin');
17
const ReactNativeStyleAttributes = require('ReactNativeStyleAttributes');
18
const UIManager = require('UIManager');
19
@@ -185,11 +184,6 @@ function requireNativeComponent(
185
184
hasAttachedDefaultEventTypes = true;
186
}
187
188
- // Register this view's event types with the ReactNative renderer.
189
- // This enables view managers to be initialized lazily, improving perf,
190
- // While also enabling 3rd party components to define custom event types.
191
- ReactNativeBridgeEventPlugin.processEventTypes(viewConfig);
192
-
193
return viewConfig;
194
195
0 commit comments