UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

3 lines (2 loc) 264 B
import type { PanGestureHandlerEventPayload, ScreenTransitionConfig, LockAxis } from './commonTypes'; export declare function getSwipeSimulator(event: PanGestureHandlerEventPayload, screenTransitionConfig: ScreenTransitionConfig, lockAxis?: LockAxis): () => void;