@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
12 lines (11 loc) • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - pointerEvents needs to be redeclared for codegen to generate native bindings
// eslint-disable-next-line import/no-default-export
var _default = exports.default = (0, _reactNative.codegenNativeComponent)("SkiaPictureView");
//# sourceMappingURL=SkiaPictureViewNativeComponent.js.map