UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

11 lines (8 loc) 350 B
import codegenNativeComponent from "react-native/Libraries/Utilities/codegenNativeComponent"; import type { ViewProps } from "react-native"; export interface NativeProps extends ViewProps { mode: string; debug?: boolean; } // eslint-disable-next-line import/no-default-export export default codegenNativeComponent<NativeProps>("SkiaDrawView");