diff --git a/src/core/ReactNativeComponent.js b/src/core/ReactNativeComponent.js index 5bc49b0a6f..431b12eccb 100644 --- a/src/core/ReactNativeComponent.js +++ b/src/core/ReactNativeComponent.js @@ -57,7 +57,6 @@ function createInstanceForTag(tag, props, parentType) { ); return new genericComponentClass(tag, props); } - // Unwrap legacy factories return new componentClass(props); }