diff --git a/RNTester/ComponentRegistry.cpp b/RNTester/ComponentRegistry.cpp index 62416114939..2b516312d0f 100644 --- a/RNTester/ComponentRegistry.cpp +++ b/RNTester/ComponentRegistry.cpp @@ -6,19 +6,19 @@ */ #ifdef RN_FABRIC_ENABLED -#include -#include -#include -#include #include -#include #include +#include +#include #include #include #include #include -#include +#include +#include +#include +#include namespace facebook { namespace react { diff --git a/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/PreAllocateViewMountItem.java b/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/PreAllocateViewMountItem.java index bdc7c7b68eb..13d70b8c6fa 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/PreAllocateViewMountItem.java +++ b/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/PreAllocateViewMountItem.java @@ -55,7 +55,7 @@ public class PreAllocateViewMountItem implements MountItem { + mComponent + " rootTag: " + mRootTag - + " mIsLayoutable: " + + " isLayoutable: " + mIsLayoutable + " props: " + mProps;