mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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;
|
||||
}();
|
||||
|
||||
Reference in New Issue
Block a user