Files
react-native/React/Fabric/Mounting/ComponentViews/ART/RCTARTSurfaceViewProps.cpp
T
Samuel Susla c8ae58880d Migrate ARTSurfaceView to fabric
Summary:
Migrates ARTSurfaceView to Fabric,

This diff only migrates the necessary minimum for RCTVideo component to work. Other ART components are
ARTNode, ARTGroup, ARTRenderable, ARTShape and ARTText.

Reviewed By: mdvacca

Differential Revision: D17181298

fbshipit-source-id: c2656bbcaefde25e37a9e05a64d2691bc2343b67
2019-09-11 08:43:48 -07:00

17 lines
390 B
C++

// Copyright 2004-present Facebook. All Rights Reserved.
#include "RCTARTSurfaceViewProps.h"
#include <react/core/propsConversions.h>
namespace facebook {
namespace react {
RCTARTSurfaceViewProps::RCTARTSurfaceViewProps(
const RCTARTSurfaceViewProps &sourceProps,
const RawProps &rawProps)
: ViewProps(sourceProps, rawProps) {}
} // namespace react
} // namespace facebook