react-native-stack-carousel
Version:
A React Native component for creating an animated stack carousel with customizable directions and gestures.
29 lines (28 loc) • 892 B
JSON
{
"name": "react-native-stack-carousel",
"version": "1.0.3",
"author": "mehuljetani",
"main": "./src/index.ts",
"keywords": [
"react-native",
"react-native-carousel",
"react-native-stack-carousel",
"react-native-carousel-stack",
"react-native-stack-animation",
"react-native-swiper-flatlist"
],
"description": "A React Native component for creating an animated stack carousel with customizable directions and gestures.",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo Building package..."
},
"repository": {
"type": "git",
"url": "https://github.com/mehuljetani/react-native-stack-carousel"
},
"bugs": {
"url": "https://github.com/mehuljetani/react-native-stack-carousel/issues"
},
"homepage": "https://github.com/mehuljetani/react-native-stack-carousel#readme"
}