JSPM

  • Created
  • Published
  • Downloads 335855
  • Score
    100M100P100Q185026F
  • License MIT

Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.

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

Hacktober Badge platforms npm npm npm github issues github closed issues discord chat

v5 beta notes

  • Sizing: style controls the container size; itemWidth/itemHeight control the page size (snap distance & animation progress).
  • Scroll offset shared value: use scrollOffsetValue (recommended). defaultScrollOffsetValue is deprecated but still supported.
  • Progress: onProgressChange supports both a callback and SharedValue<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