UNPKG

@openspacelabs/react-native-zoomable-view

Version:

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.

8 lines (7 loc) 279 B
export declare const AnimatedTouchFeedback: ({ x, y, animationDelay, animationDuration, onAnimationDone, }: { x: number; y: number; animationDuration: number; animationDelay?: number | undefined; onAnimationDone?: (() => void) | undefined; }) => JSX.Element;