UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

19 lines (14 loc) 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PinchGesture = void 0; var _gesture = require("./gesture"); class PinchGesture extends _gesture.ContinousBaseGesture { constructor() { super(); this.handlerName = 'PinchGestureHandler'; } } exports.PinchGesture = PinchGesture; //# sourceMappingURL=pinchGesture.js.map