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:
David Vacca
2019-04-09 20:19:31 -07:00
committed by Facebook Github Bot
parent 0c0aff295b
commit db8e3f7744
2 changed files with 7 additions and 7 deletions

View File

@@ -6,19 +6,19 @@
*/ */
#ifdef RN_FABRIC_ENABLED #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/image/ImageComponentDescriptor.h>
#include <react/components/scrollview/ScrollViewComponentDescriptor.h>
#include <react/components/rncore/ComponentDescriptors.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/ParagraphComponentDescriptor.h>
#include <react/components/text/RawTextComponentDescriptor.h> #include <react/components/text/RawTextComponentDescriptor.h>
#include <react/components/text/TextComponentDescriptor.h> #include <react/components/text/TextComponentDescriptor.h>
#include <react/components/view/ViewComponentDescriptor.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 facebook {
namespace react { namespace react {

View File

@@ -55,7 +55,7 @@ public class PreAllocateViewMountItem implements MountItem {
+ mComponent + mComponent
+ " rootTag: " + " rootTag: "
+ mRootTag + mRootTag
+ " mIsLayoutable: " + " isLayoutable: "
+ mIsLayoutable + mIsLayoutable
+ " props: " + " props: "
+ mProps; + mProps;