Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-parallax-carousel

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-parallax-carousel - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "react-native-parallax-carousel",
"version": "1.0.0",
"version": "1.0.1",
"description": "A React Native carousel component with parallax effect.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@ # Parallax Carousel

```bash
npm install parallax-carousel
npm install react-native-parallax-carousel
```

@@ -28,8 +28,12 @@

data: Array of items to display in the carousel.
renderItem: Function to render each item.
initialIndex: Index of the initial item to display.
itemWidth: Width of each carousel item.
itemSpacing: Space between carousel items.
### Props
MIT License
- **data**: `Array` of items to display in the carousel.
- **renderItem**: `Function` to render each item.
- **initialIndex**: `Number` representing the index of the initial item to display.
- **itemWidth**: `Number` representing the width of each carousel item.
- **itemSpacing**: `Number` representing the space between carousel items.
## License
This project is licensed under the MIT License.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc