mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 18:14:14 +00:00
Add support for ActivityIndicator component
Summary: This diff adds support for the ActivityIndicator component into the Android Fabric C++ implementation Reviewed By: shergin Differential Revision: D9781846 fbshipit-source-id: 952d72556983955875198ac3b7eece6868bc4ae8
This commit is contained in:
parent
c33a7daf32
commit
5c23f20cee
@ -69,6 +69,10 @@ static const std::string componentNameByReactViewName(std::string viewName) {
|
||||
return "ScrollView";
|
||||
}
|
||||
|
||||
if (viewName == "AndroidProgressBar") {
|
||||
return "ActivityIndicatorView";
|
||||
}
|
||||
|
||||
// We need this temporarly for testing purposes until we have proper
|
||||
// implementation of core components.
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user