mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Integrate Activity Indicator into RN Tester Android OSS app
Summary: This diff integrates Activity Indicator into RN Tester Android OSS app changelog: [internal] internal Reviewed By: fkgozali Differential Revision: D23198641 fbshipit-source-id: 93614a3f856b4fc162d4618b168d9c82d18a91eb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a76c55e0f5
commit
1663f27f95
@@ -35,6 +35,8 @@ CoreComponentsRegistry::sharedProviderRegistry() {
|
||||
auto providerRegistry =
|
||||
std::make_shared<ComponentDescriptorProviderRegistry>();
|
||||
|
||||
providerRegistry->add(concreteComponentDescriptorProvider<
|
||||
ActivityIndicatorViewComponentDescriptor>());
|
||||
providerRegistry->add(concreteComponentDescriptorProvider<
|
||||
AndroidTextInputComponentDescriptor>());
|
||||
providerRegistry->add(
|
||||
|
||||
Reference in New Issue
Block a user