UNPKG

create-expo-cljs-app

Version:

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

9 lines (8 loc) 231 B
import { ContinousBaseGesture } from './gesture'; export class PinchGesture extends ContinousBaseGesture { constructor() { super(); this.handlerName = 'PinchGestureHandler'; } } //# sourceMappingURL=pinchGesture.js.map