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:
David Vacca 2018-09-19 07:58:53 -07:00 committed by Facebook Github Bot
parent c33a7daf32
commit 5c23f20cee

View File

@ -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 (