UNPKG

@seirei/carousel

Version:

A reusable, auto-scrolling carousel component for React Native built using **React Native Reanimated v2**, offering customizable pagination indicators, smooth animations, and infinite looping.

4 lines (2 loc) 104 B
import { Dimensions } from "react-native"; export const SCREEN_WIDTH = Dimensions.get("window").width;