Skip to content

Commit

Permalink
- Integrate AndroidSwipeRefreshLayout component into Fabric Android
Browse files Browse the repository at this point in the history
Summary: This diff integrates AndroidSwipeRefreshLayout component into Fabric Android

Reviewed By: shergin

Differential Revision: D14817453

fbshipit-source-id: 348db960290fbab7bedf59d046b6ba68629447f6
  • Loading branch information
mdvacca authored and facebook-github-bot committed Apr 10, 2019
1 parent 5850bd0 commit 8fcb229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactCommon/fabric/uimanager/ComponentDescriptorRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8fcb229

Please sign in to comment.