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.

5 lines (4 loc) 155 B
"use strict"; import { Dimensions } from "react-native"; export const SCREEN_WIDTH = Dimensions.get("window").width; //# sourceMappingURL=constants.js.map