mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-10 01:15:00 +08:00
- 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:
committed by
Facebook Github Bot
parent
5850bd0785
commit
8fcb229a2b
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user