UNPKG

react-native-reanimated-carousel

Version:

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

7 lines (6 loc) 355 B
import Carousel from "./components/Carousel"; export { Pagination } from "./components/Pagination"; export type { TCarouselProps, ICarouselInstance, IComputedDirectionTypes, CarouselRenderItem, } from "./types"; export type { TAnimationStyle } from "./components/ItemLayout"; export type { ILayoutConfig } from "./layouts/stack"; export default Carousel;