@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
9 lines (8 loc) • 335 B
TypeScript
import React from "react";
import type { Int32 } from "react-native/Libraries/Types/CodegenTypes";
import type { ViewProps } from "react-native";
export interface NativeProps extends ViewProps {
contextId: Int32;
transparent: boolean;
}
export default function WebGPUViewNativeComponent(props: NativeProps): React.JSX.Element;