Surface
API documentation for the React Native Surface component. Learn about the available props.
#
Importimport { Surface } from "@react-native-material/core";// orimport Surface from "@react-native-material/core/Surface";
#
Propsinterface SurfaceProps extends Animated.AnimatedProps<ViewProps> { category?: ShapeCategory | undefined;}