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.

56 lines (55 loc) 1.3 kB
{ "author": "Priyanshu Dixit <priyanshudixit2910@gmail.com>", "license": "MIT", "name": "@seirei/carousel", "version": "0.0.8", "peerDependencies": { "react": "*", "react-native": "*", "react-native-reanimated": "*" }, "main": "lib/module/index", "module": "lib/module/index", "react-native": "src/index", "source": "src/index", "types": "lib/typescript/index.d.ts", "scripts": { "qa-circular-deps": "madge --circular --extensions ts,tsx --exclude __tests__ --exclude __mocks__ --exclude __snapshots__ src", "build": "bun qa-circular-deps && bob build" }, "repository": { "type": "git", "url": "git+https://github.com/dixitpriyanshu/isekai.git" }, "files": [ "src/", "lib/", "carousel.d.ts" ], "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true, "jsxRuntime": "classic" } ], "typescript" ] }, "keywords": [ "react", "react-native", "carousel", "reanimated", "react-native-carousel", "react-native-carousel-component", "react-native-carousel-slider", "react-native-reanimated-carousel", "react-native-carousel-view", "react-native-reanimated" ] }