
/**
 * 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 {

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

    
      {}
AutoSkeletonViewProps::AutoSkeletonViewProps(
    const PropsParserContext &context,
    const AutoSkeletonViewProps &sourceProps,
    const RawProps &rawProps): ViewProps(context, sourceProps, rawProps),

    isLoading(convertRawProp(context, rawProps, "isLoading", sourceProps.isLoading, {false})),
    shimmerSpeed(convertRawProp(context, rawProps, "shimmerSpeed", sourceProps.shimmerSpeed, {0.0})),
    shimmerBackgroundColor(convertRawProp(context, rawProps, "shimmerBackgroundColor", sourceProps.shimmerBackgroundColor, {})),
    gradientColors(convertRawProp(context, rawProps, "gradientColors", sourceProps.gradientColors, {})),
    defaultRadius(convertRawProp(context, rawProps, "defaultRadius", sourceProps.defaultRadius, {0.0})),
    animationType(convertRawProp(context, rawProps, "animationType", sourceProps.animationType, {}))
      {}

} // namespace facebook::react
