diff --git a/ReactCommon/fabric/uimanager/FabricUIManager.cpp b/ReactCommon/fabric/uimanager/FabricUIManager.cpp index 47629e4273a..b725b9739ca 100644 --- a/ReactCommon/fabric/uimanager/FabricUIManager.cpp +++ b/ReactCommon/fabric/uimanager/FabricUIManager.cpp @@ -61,8 +61,9 @@ static const std::string componentNameByReactViewName(std::string viewName) { } // We need this temporarly for testing purposes until we have proper - // implementation of component. + // implementation of core components: , . if ( + viewName == "ImageView" || viewName == "ScrollContentView" ) { return "View";