UNPKG

react-native-snap-carousel-v4

Version:

Original project: https://github.com/meliorence/react-native-snap-carousel I made this package because I need the version 4 package to be published, so that I can run EAS Build on my expo app, previously I was pointing directly to the v4 branch on the ori

14 lines (12 loc) 395 B
import Carousel from './carousel/Carousel'; import Pagination from './pagination/Pagination'; import ParallaxImage, { ParallaxImageStatus } from './parallaximage/ParallaxImage'; import { getInputRangeFromIndexes } from './utils/animations'; export { Carousel as default, Carousel, Pagination, ParallaxImage, ParallaxImageStatus, getInputRangeFromIndexes };