Package Exports
- react-native-reanimated-carousel
- react-native-reanimated-carousel/lib/commonjs/index.js
- react-native-reanimated-carousel/lib/module/index.js
- react-native-reanimated-carousel/src/index.tsx
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-reanimated-carousel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-reanimated-carousel
The best carousel component in React Native community. ⚡️
v5 beta notes
- Sizing:
stylecontrols the container size;itemWidth/itemHeightcontrol the page size (snap distance & animation progress). - Scroll offset shared value: use
scrollOffsetValue(recommended).defaultScrollOffsetValueis deprecated but still supported. - Progress:
onProgressChangesupports both a callback andSharedValue<number>.
📊 Version Compatibility
| Carousel Version | Expo SDK | React Native | Reanimated | Gesture Handler | Worklets |
|---|---|---|---|---|---|
| v5.0.0-beta | 54+ | 0.80+ | 4.0.0+ | 2.9.0+ | 0.5.0+ |
| v4.x | 50-53 | 0.70.3+ | 3.0.0+ | 2.9.0+ | ❌ |
| v3.x | 47-49 | 0.66.0+ | 2.0.0+ | 2.0.0+ | ❌ |
Sponsors
License
MIT