UNPKG

create-expo-cljs-app

Version:

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

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