UNPKG

react-native-reanimated-carousel

Version:

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

6 lines (5 loc) 140 B
export declare function computeOffsetIfSizeChanged(params: { handlerOffset: number; prevSize: number; size: number; }): number;