@@ -40,6 +40,10 @@ ArrayPropsNativeComponentViewProps::ArrayPropsNativeComponentViewProps(
4040 arrayOfMixed(convertRawProp (context , rawProps , \\"arrayOfMixed \\", sourceProps .arrayOfMixed , {})) {}
4141
4242#ifdef RN_SERIALIZABLE_STATE
43+ ComponentName ArrayPropsNativeComponentViewProps::getDiffPropsImplementationTarget () const {
44+ return \\"ArrayPropsNativeComponentView\\";
45+ }
46+
4347folly ::dynamic ArrayPropsNativeComponentViewProps ::getDiffProps (
4448 const Props * prevProps ) const {
4549 static const auto defaultProps = ArrayPropsNativeComponentViewProps();
@@ -138,6 +142,10 @@ BooleanPropNativeComponentViewProps::BooleanPropNativeComponentViewProps(
138142 disabledNullable(convertRawProp (context , rawProps , \\"disabledNullable \\", sourceProps .disabledNullable , {})) {}
139143
140144#ifdef RN_SERIALIZABLE_STATE
145+ ComponentName BooleanPropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
146+ return \\"BooleanPropNativeComponentView\\";
147+ }
148+
141149folly ::dynamic BooleanPropNativeComponentViewProps ::getDiffProps (
142150 const Props * prevProps ) const {
143151 static const auto defaultProps = BooleanPropNativeComponentViewProps();
@@ -191,6 +199,10 @@ ColorPropNativeComponentViewProps::ColorPropNativeComponentViewProps(
191199 tintColor(convertRawProp (context , rawProps , \\"tintColor \\", sourceProps .tintColor , {})) {}
192200
193201#ifdef RN_SERIALIZABLE_STATE
202+ ComponentName ColorPropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
203+ return \\"ColorPropNativeComponentView\\";
204+ }
205+
194206folly ::dynamic ColorPropNativeComponentViewProps ::getDiffProps (
195207 const Props * prevProps ) const {
196208 static const auto defaultProps = ColorPropNativeComponentViewProps();
@@ -241,6 +253,10 @@ DimensionPropNativeComponentViewProps::DimensionPropNativeComponentViewProps(
241253 marginBack(convertRawProp (context , rawProps , \\"marginBack \\", sourceProps .marginBack , {})) {}
242254
243255#ifdef RN_SERIALIZABLE_STATE
256+ ComponentName DimensionPropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
257+ return \\"DimensionPropNativeComponentView\\";
258+ }
259+
244260folly ::dynamic DimensionPropNativeComponentViewProps ::getDiffProps (
245261 const Props * prevProps ) const {
246262 static const auto defaultProps = DimensionPropNativeComponentViewProps();
@@ -290,6 +306,10 @@ EdgeInsetsPropNativeComponentViewProps::EdgeInsetsPropNativeComponentViewProps(
290306 {}
291307
292308#ifdef RN_SERIALIZABLE_STATE
309+ ComponentName EdgeInsetsPropNativeComponentViewProps ::getDiffPropsImplementationTarget () const {
310+ return \\"EdgeInsetsPropNativeComponentView\\";
311+ }
312+
293313folly ::dynamic EdgeInsetsPropNativeComponentViewProps ::getDiffProps (
294314 const Props * prevProps ) const {
295315 static const auto defaultProps = EdgeInsetsPropNativeComponentViewProps();
@@ -337,6 +357,10 @@ EnumPropNativeComponentViewProps::EnumPropNativeComponentViewProps(
337357 intervals(convertRawProp (context , rawProps , \\"intervals \\", sourceProps .intervals , {EnumPropNativeComponentViewIntervals ::Intervals0 })) {}
338358
339359#ifdef RN_SERIALIZABLE_STATE
360+ ComponentName EnumPropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
361+ return \\"EnumPropNativeComponentView\\";
362+ }
363+
340364folly ::dynamic EnumPropNativeComponentViewProps ::getDiffProps (
341365 const Props * prevProps ) const {
342366 static const auto defaultProps = EnumPropNativeComponentViewProps();
@@ -390,6 +414,10 @@ EventNestedObjectPropsNativeComponentViewProps::EventNestedObjectPropsNativeComp
390414 disabled(convertRawProp (context , rawProps , \\"disabled \\", sourceProps .disabled , {false })) {}
391415
392416#ifdef RN_SERIALIZABLE_STATE
417+ ComponentName EventNestedObjectPropsNativeComponentViewProps::getDiffPropsImplementationTarget () const {
418+ return \\"EventNestedObjectPropsNativeComponentView\\";
419+ }
420+
393421folly ::dynamic EventNestedObjectPropsNativeComponentViewProps ::getDiffProps (
394422 const Props * prevProps ) const {
395423 static const auto defaultProps = EventNestedObjectPropsNativeComponentViewProps();
@@ -439,6 +467,10 @@ EventPropsNativeComponentViewProps::EventPropsNativeComponentViewProps(
439467 disabled(convertRawProp (context , rawProps , \\"disabled \\", sourceProps .disabled , {false })) {}
440468
441469#ifdef RN_SERIALIZABLE_STATE
470+ ComponentName EventPropsNativeComponentViewProps::getDiffPropsImplementationTarget () const {
471+ return \\"EventPropsNativeComponentView\\";
472+ }
473+
442474folly ::dynamic EventPropsNativeComponentViewProps ::getDiffProps (
443475 const Props * prevProps ) const {
444476 static const auto defaultProps = EventPropsNativeComponentViewProps();
@@ -494,6 +526,10 @@ FloatPropsNativeComponentViewProps::FloatPropsNativeComponentViewProps(
494526 blurRadiusNullable(convertRawProp (context , rawProps , \\"blurRadiusNullable \\", sourceProps .blurRadiusNullable , {})) {}
495527
496528#ifdef RN_SERIALIZABLE_STATE
529+ ComponentName FloatPropsNativeComponentViewProps::getDiffPropsImplementationTarget () const {
530+ return \\"FloatPropsNativeComponentView\\";
531+ }
532+
497533folly ::dynamic FloatPropsNativeComponentViewProps ::getDiffProps (
498534 const Props * prevProps ) const {
499535 static const auto defaultProps = FloatPropsNativeComponentViewProps();
@@ -568,6 +604,10 @@ ImagePropNativeComponentViewProps::ImagePropNativeComponentViewProps(
568604 thumbImage(convertRawProp (context , rawProps , \\"thumbImage \\", sourceProps .thumbImage , {})) {}
569605
570606#ifdef RN_SERIALIZABLE_STATE
607+ ComponentName ImagePropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
608+ return \\"ImagePropNativeComponentView\\";
609+ }
610+
571611folly ::dynamic ImagePropNativeComponentViewProps ::getDiffProps (
572612 const Props * prevProps ) const {
573613 static const auto defaultProps = ImagePropNativeComponentViewProps();
@@ -619,6 +659,10 @@ IntegerPropNativeComponentViewProps::IntegerPropNativeComponentViewProps(
619659 progress3(convertRawProp (context , rawProps , \\"progress3 \\", sourceProps .progress3 , {10})) {}
620660
621661#ifdef RN_SERIALIZABLE_STATE
662+ ComponentName IntegerPropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
663+ return \\"IntegerPropNativeComponentView\\";
664+ }
665+
622666folly ::dynamic IntegerPropNativeComponentViewProps ::getDiffProps (
623667 const Props * prevProps ) const {
624668 static const auto defaultProps = IntegerPropNativeComponentViewProps();
@@ -676,6 +720,10 @@ InterfaceOnlyNativeComponentViewProps::InterfaceOnlyNativeComponentViewProps(
676720 title(convertRawProp (context , rawProps , \\"title \\", sourceProps .title , {\\"\\"})) {}
677721
678722#ifdef RN_SERIALIZABLE_STATE
723+ ComponentName InterfaceOnlyNativeComponentViewProps::getDiffPropsImplementationTarget () const {
724+ return \\"InterfaceOnlyNativeComponentView\\";
725+ }
726+
679727folly ::dynamic InterfaceOnlyNativeComponentViewProps ::getDiffProps (
680728 const Props * prevProps ) const {
681729 static const auto defaultProps = InterfaceOnlyNativeComponentViewProps();
@@ -726,6 +774,10 @@ MixedPropNativeComponentViewProps::MixedPropNativeComponentViewProps(
726774 mixedProp(convertRawProp (context , rawProps , \\"mixedProp \\", sourceProps .mixedProp , {})) {}
727775
728776#ifdef RN_SERIALIZABLE_STATE
777+ ComponentName MixedPropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
778+ return \\"MixedPropNativeComponentView\\";
779+ }
780+
729781folly ::dynamic MixedPropNativeComponentViewProps ::getDiffProps (
730782 const Props * prevProps ) const {
731783 static const auto defaultProps = MixedPropNativeComponentViewProps();
@@ -779,6 +831,10 @@ MultiNativePropNativeComponentViewProps::MultiNativePropNativeComponentViewProps
779831 point(convertRawProp (context , rawProps , \\"point \\", sourceProps .point , {})) {}
780832
781833#ifdef RN_SERIALIZABLE_STATE
834+ ComponentName MultiNativePropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
835+ return \\"MultiNativePropNativeComponentView\\";
836+ }
837+
782838folly ::dynamic MultiNativePropNativeComponentViewProps ::getDiffProps (
783839 const Props * prevProps ) const {
784840 static const auto defaultProps = MultiNativePropNativeComponentViewProps();
@@ -840,6 +896,10 @@ NoPropsNoEventsNativeComponentViewProps::NoPropsNoEventsNativeComponentViewProps
840896 {}
841897
842898#ifdef RN_SERIALIZABLE_STATE
899+ ComponentName NoPropsNoEventsNativeComponentViewProps ::getDiffPropsImplementationTarget () const {
900+ return \\"NoPropsNoEventsNativeComponentView\\";
901+ }
902+
843903folly ::dynamic NoPropsNoEventsNativeComponentViewProps ::getDiffProps (
844904 const Props * prevProps ) const {
845905 static const auto defaultProps = NoPropsNoEventsNativeComponentViewProps();
@@ -889,6 +949,10 @@ ObjectPropsNativeComponentProps::ObjectPropsNativeComponentProps(
889949 objectPrimitiveRequiredProp(convertRawProp (context , rawProps , \\"objectPrimitiveRequiredProp \\", sourceProps .objectPrimitiveRequiredProp , {})) {}
890950
891951#ifdef RN_SERIALIZABLE_STATE
952+ ComponentName ObjectPropsNativeComponentProps::getDiffPropsImplementationTarget () const {
953+ return \\"ObjectPropsNativeComponent\\";
954+ }
955+
892956folly ::dynamic ObjectPropsNativeComponentProps ::getDiffProps (
893957 const Props * prevProps ) const {
894958 static const auto defaultProps = ObjectPropsNativeComponentProps();
@@ -946,6 +1010,10 @@ PointPropNativeComponentViewProps::PointPropNativeComponentViewProps(
9461010 startPoint(convertRawProp (context , rawProps , \\"startPoint \\", sourceProps .startPoint , {})) {}
9471011
9481012#ifdef RN_SERIALIZABLE_STATE
1013+ ComponentName PointPropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
1014+ return \\"PointPropNativeComponentView\\";
1015+ }
1016+
9491017folly ::dynamic PointPropNativeComponentViewProps ::getDiffProps (
9501018 const Props * prevProps ) const {
9511019 static const auto defaultProps = PointPropNativeComponentViewProps();
@@ -996,6 +1064,10 @@ StringPropNativeComponentViewProps::StringPropNativeComponentViewProps(
9961064 defaultValue(convertRawProp (context , rawProps , \\"defaultValue \\", sourceProps .defaultValue , {})) {}
9971065
9981066#ifdef RN_SERIALIZABLE_STATE
1067+ ComponentName StringPropNativeComponentViewProps::getDiffPropsImplementationTarget () const {
1068+ return \\"StringPropNativeComponentView\\";
1069+ }
1070+
9991071folly ::dynamic StringPropNativeComponentViewProps ::getDiffProps (
10001072 const Props * prevProps ) const {
10011073 static const auto defaultProps = StringPropNativeComponentViewProps();
0 commit comments