diff --git a/ReactCommon/fabric/uimanager/FabricUIManager.cpp b/ReactCommon/fabric/uimanager/FabricUIManager.cpp index caf2713ac..06bbeb944 100644 --- a/ReactCommon/fabric/uimanager/FabricUIManager.cpp +++ b/ReactCommon/fabric/uimanager/FabricUIManager.cpp @@ -65,10 +65,8 @@ static const std::string componentNameByReactViewName(std::string viewName) { } // We need this temporarly for testing purposes until we have proper - // implementation of core components: , - // , and etc. + // implementation of core components. if ( - viewName == "ReactPerformanceLoggerFlag" || viewName == "SinglelineTextInputView" || viewName == "MultilineTextInputView" || viewName == "RefreshControl" ||