react-native-parallax-carousel
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3849
38