UNPKG

react-native-reanimated-carousel

Version:

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

9 lines (8 loc) 207 B
import type Animated from "react-native-reanimated"; export declare enum DATA_LENGTH { SINGLE_ITEM = 1, DOUBLE_ITEM = 2 } export declare const Easing: { easeOutQuart: Animated.EasingFunction; };