@shopify/react-native-skia
Version:
High-performance React Native Graphics using Skia
16 lines (11 loc) • 533 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// eslint-disable-next-line import/no-default-export
var _default = (0, _codegenNativeComponent.default)("SkiaDrawView");
exports.default = _default;
//# sourceMappingURL=SkiaDrawViewNativeComponent.js.map