- Integrate AndroidSwipeRefreshLayout component into Fabric Android

Summary: This diff integrates AndroidSwipeRefreshLayout component into Fabric Android

Reviewed By: shergin

Differential Revision: D14817453

fbshipit-source-id: 348db960290fbab7bedf59d046b6ba68629447f6
This commit is contained in:
David Vacca
2019-04-10 16:10:40 -07:00
committed by Facebook Github Bot
parent 5850bd0785
commit 8fcb229a2b

View File

@@ -76,8 +76,8 @@ static const std::string componentNameByReactViewName(std::string viewName) {
// implementation of core components.
if (viewName == "SinglelineTextInputView" ||
viewName == "MultilineTextInputView" || viewName == "AndroidTextInput" ||
viewName == "RefreshControl" || viewName == "AndroidSwipeRefreshLayout" ||
viewName == "SafeAreaView" || viewName == "ScrollContentView" ||
viewName == "RefreshControl" || viewName == "SafeAreaView" ||
viewName == "ScrollContentView" ||
viewName == "AndroidHorizontalScrollContentView" // Android
) {
return "View";