mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Fix Lint warnings
Summary: Trivial reorder on buck dependencies and import in ComponentRegistry.cpp Reviewed By: shergin Differential Revision: D14779320 fbshipit-source-id: df4111d4ecfb04d67c7170f0800a745656100fb4
This commit is contained in:
committed by
Facebook Github Bot
parent
0c0aff295b
commit
db8e3f7744
@@ -6,19 +6,19 @@
|
||||
*/
|
||||
|
||||
#ifdef RN_FABRIC_ENABLED
|
||||
#include <react/uimanager/ComponentDescriptorFactory.h>
|
||||
#include <react/uimanager/ComponentDescriptorRegistry.h>
|
||||
#include <react/uimanager/ContextContainer.h>
|
||||
|
||||
#include <react/config/ReactNativeConfig.h>
|
||||
#include <react/components/image/ImageComponentDescriptor.h>
|
||||
#include <react/components/scrollview/ScrollViewComponentDescriptor.h>
|
||||
#include <react/components/rncore/ComponentDescriptors.h>
|
||||
#include <react/components/scrollview/ScrollViewComponentDescriptor.h>
|
||||
#include <react/components/slider/SliderComponentDescriptor.h>
|
||||
#include <react/components/text/ParagraphComponentDescriptor.h>
|
||||
#include <react/components/text/RawTextComponentDescriptor.h>
|
||||
#include <react/components/text/TextComponentDescriptor.h>
|
||||
#include <react/components/view/ViewComponentDescriptor.h>
|
||||
#include <react/components/slider/SliderComponentDescriptor.h>
|
||||
#include <react/config/ReactNativeConfig.h>
|
||||
#include <react/uimanager/ComponentDescriptorFactory.h>
|
||||
#include <react/uimanager/ComponentDescriptorRegistry.h>
|
||||
#include <react/uimanager/ContextContainer.h>
|
||||
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
|
||||
@@ -55,7 +55,7 @@ public class PreAllocateViewMountItem implements MountItem {
|
||||
+ mComponent
|
||||
+ " rootTag: "
|
||||
+ mRootTag
|
||||
+ " mIsLayoutable: "
|
||||
+ " isLayoutable: "
|
||||
+ mIsLayoutable
|
||||
+ " props: "
|
||||
+ mProps;
|
||||
|
||||
Reference in New Issue
Block a user