create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
9 lines • 444 B
JavaScript
import createHandler from './createHandler';
import { baseGestureHandlerProps } from './gestureHandlerCommon';
// eslint-disable-next-line @typescript-eslint/no-redeclare -- backward compatibility; see description on the top of gestureHandlerCommon.ts file
export const PinchGestureHandler = createHandler({
name: 'PinchGestureHandler',
allowedProps: baseGestureHandlerProps,
config: {}
});
//# sourceMappingURL=PinchGestureHandler.js.map