UNPKG

expo-gl

Version:

Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.

7 lines 256 B
import * as React from 'react'; import { ViewProps } from 'react-native'; declare const CanvasWrapper: React.FunctionComponent<ViewProps & { canvasRef: React.Ref<HTMLCanvasElement>; }>; export default CanvasWrapper; //# sourceMappingURL=Canvas.d.ts.map