UNPKG

react-native-snap-carousel

Version:

Swiper/carousel component for React Native with previews, multiple layouts, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.

7 lines (5 loc) 302 B
import Carousel from './carousel/Carousel'; import Pagination from './pagination/Pagination'; import ParallaxImage from './parallaximage/ParallaxImage'; import { getInputRangeFromIndexes } from './utils/animations'; export { Carousel as default, Pagination, ParallaxImage, getInputRangeFromIndexes };