Integrate AndroidDrawerLayout component into RN Tester Android OSS APP

Summary:
This diff registers the AndroidDrawerLayout component into RN Tester Android OSS APP

Changelog: [internal]

Reviewed By: fkgozali

Differential Revision: D23198359

fbshipit-source-id: 4033c7e968a993a7f8fcaa3f57e7dd78bf84fe57
This commit is contained in:
David Vacca
2020-08-21 14:15:17 -07:00
committed by Facebook GitHub Bot
parent 3790569a71
commit a76c55e0f5
@@ -51,6 +51,8 @@ CoreComponentsRegistry::sharedProviderRegistry() {
concreteComponentDescriptorProvider<ScrollViewComponentDescriptor>());
providerRegistry->add(
concreteComponentDescriptorProvider<ParagraphComponentDescriptor>());
providerRegistry->add(concreteComponentDescriptorProvider<
AndroidDrawerLayoutComponentDescriptor>());
return providerRegistry;
}();