/** * 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 #include namespace facebook::react { SampleNativeComponentProps::SampleNativeComponentProps( const PropsParserContext &context, const SampleNativeComponentProps &sourceProps, const RawProps &rawProps): ViewProps(context, sourceProps, rawProps), opacity(convertRawProp(context, rawProps, "opacity", sourceProps.opacity, {0.0})), values(convertRawProp(context, rawProps, "values", sourceProps.values, {})) {} } // namespace facebook::react