UNPKG

react-native-reanimated-carousel

Version:

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

3 lines (2 loc) 152 B
import type { SharedValue } from "react-native-reanimated"; export declare function handlerOffsetDirection(handlerOffset: SharedValue<number>): -1 | 1;