mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Integrate ScrollView in RN Tester Android OSS APP
Summary: This diff integrates ScrollView in RN Tester Android OSS APP changelog: [internal] internal Reviewed By: fkgozali Differential Revision: D23179883 fbshipit-source-id: 8e892ae613a1f44c8d6cfb837bfdbc0771a89176
This commit is contained in:
committed by
Facebook GitHub Bot
parent
60a5223ff7
commit
9b811fb0bf
@@ -15,6 +15,7 @@
|
||||
#include <react/renderer/components/androidtextinput/AndroidTextInputComponentDescriptor.h>
|
||||
#include <react/renderer/components/image/ImageComponentDescriptor.h>
|
||||
#include <react/renderer/components/rncore/ComponentDescriptors.h>
|
||||
#include <react/renderer/components/scrollview/ScrollViewComponentDescriptor.h>
|
||||
#include <react/renderer/components/text/ParagraphComponentDescriptor.h>
|
||||
#include <react/renderer/components/text/RawTextComponentDescriptor.h>
|
||||
#include <react/renderer/components/text/TextComponentDescriptor.h>
|
||||
@@ -43,6 +44,8 @@ CoreComponentsRegistry::sharedProviderRegistry() {
|
||||
concreteComponentDescriptorProvider<TextComponentDescriptor>());
|
||||
providerRegistry->add(
|
||||
concreteComponentDescriptorProvider<RawTextComponentDescriptor>());
|
||||
providerRegistry->add(
|
||||
concreteComponentDescriptorProvider<ScrollViewComponentDescriptor>());
|
||||
providerRegistry->add(
|
||||
concreteComponentDescriptorProvider<ParagraphComponentDescriptor>());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user