
/**
 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
 *
 * Do not edit this file as changes may cause incorrect behavior and will be lost
 * once the code is regenerated.
 *
 * @generated by codegen project: GeneratePropsCpp.js
 */

#include "Props.h"
#include <react/renderer/core/PropsParserContext.h>
#include <react/renderer/core/propsConversions.h>

namespace facebook::react {

RnFadeWrapperViewProps::RnFadeWrapperViewProps(
    const PropsParserContext &context,
    const RnFadeWrapperViewProps &sourceProps,
    const RawProps &rawProps): ViewProps(context, sourceProps, rawProps),

    color(convertRawProp(context, rawProps, "color", sourceProps.color, {})),
    sizeTop(convertRawProp(context, rawProps, "sizeTop", sourceProps.sizeTop, {0.0})),
    sizeRight(convertRawProp(context, rawProps, "sizeRight", sourceProps.sizeRight, {0.0})),
    sizeBottom(convertRawProp(context, rawProps, "sizeBottom", sourceProps.sizeBottom, {0.0})),
    sizeLeft(convertRawProp(context, rawProps, "sizeLeft", sourceProps.sizeLeft, {0.0}))
      {}

} // namespace facebook::react
