Skip to main content

Surface

API documentation for the React Native Surface component. Learn about the available props.

Import#

import { Surface } from "@react-native-material/core";// orimport Surface from "@react-native-material/core/Surface";

Props#

interface SurfaceProps extends Animated.AnimatedProps<ViewProps> {  category?: ShapeCategory | undefined;}