UNPKG

react-native-reanimated-carousel

Version:

Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.

6 lines (5 loc) 221 B
import type { PanGesture } from "react-native-gesture-handler"; export interface GestureConfig { enabled?: boolean; } export declare const useUpdateGestureConfig: (gesture: PanGesture, config: GestureConfig) => void;