From 1dced3448a11f0fe9ab7a3fd98063b98fe552f60 Mon Sep 17 00:00:00 2001 From: Kevin Gozali Date: Sun, 24 Jun 2018 14:02:26 -0700 Subject: [PATCH] iOS: implement component Summary: This is basic impl of component without any layout/mounting computation, just TTI. Reviewed By: shergin, mdvacca Differential Revision: D8598983 fbshipit-source-id: b938753d6396088735cbbeab26d69c9aaa45608e --- ReactCommon/fabric/uimanager/FabricUIManager.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" ||