react-native-reanimated-carousel

🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)

MIT License

Downloads
789.5K
Stars
2.5K
Committers
32

Bot releases are visible (Hide)

react-native-reanimated-carousel - v4.0.0-alpha.12 Latest Release

Published by github-actions[bot] 6 months ago

Patch Changes

  • #574 86da6ac Thanks @nmassey! - Fixed an issue where endWithSpring used outdated data from useSharedValue after onGestureEnd, causing incorrect carousel behavior on direction reversal.
react-native-reanimated-carousel - v4.0.0-alpha.11

Published by github-actions[bot] 6 months ago

Patch Changes

react-native-reanimated-carousel - v4.0.0-alpha.10

Published by github-actions[bot] 8 months ago

Patch Changes

  • #560 c181174 Thanks @dohooo! - Add a new props minScrollDistancePerSwipe to set the minimum scroll instance to make carousel scroll.
react-native-reanimated-carousel - v4.0.0-alpha.9

Published by github-actions[bot] 9 months ago

Patch Changes

react-native-reanimated-carousel - v4.0.0-alpha.8

Published by github-actions[bot] 10 months ago

Patch Changes

react-native-reanimated-carousel - v4.0.0-alpha.7

Published by github-actions[bot] 10 months ago

Patch Changes

  • #510 b3cc591 Thanks @dohooo! - Support to specific direction to auto play.

  • #510 b3cc591 Thanks @dohooo! - Modify the preority of windowSize settings. If you define the windowSize prop, Carousel will ignore the itemsCount. (windowSize > itemsCount)

react-native-reanimated-carousel - v4.0.0-alpha.6

Published by github-actions[bot] 10 months ago

Minor Changes

  • #507 c6d58e5 Thanks @dohooo! - Support to fix the scroll direction through new API, fixedDirection.

Patch Changes

react-native-reanimated-carousel - v4.0.0-alpha.5

Published by github-actions[bot] 11 months ago

Patch Changes

react-native-reanimated-carousel - v4.0.0-alpha.4

Published by github-actions[bot] 11 months ago

Patch Changes

  • #498 096ac75 Thanks @dohooo! - re-calculate when window size changed in browser. (re-bump for alpha.3)
react-native-reanimated-carousel - v4.0.0-alpha.2

Published by github-actions[bot] 11 months ago

Patch Changes

  • #494 6b849ec Thanks @dohooo! - Removed the reset logic when user change the defaultIndex prop. (We couldn't update the handlerOffset value when user change the defaultIndex. Because the carousel component already be a non-controlled component. So the subsequent changes of defaultIndex will be ignored.)
react-native-reanimated-carousel - v4.0.0-alpha.0

Published by github-actions[bot] over 1 year ago

Major Changes

react-native-reanimated-carousel - v3.5.1

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 870b130: Fixed ref unsable issue.
react-native-reanimated-carousel - v3.5.0

Published by github-actions[bot] over 1 year ago

Minor Changes

  • c117a3a: Reducing default seetings for Android. (gestureHandlerRootHOC)
react-native-reanimated-carousel - v3.4.0

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 8ea24ca: Added maxScrollDistancePerSwipe props.
react-native-reanimated-carousel - v3.3.2

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 0237ae8: Solved the crush issue.
react-native-reanimated-carousel - v3.3.1

Published by github-actions[bot] over 1 year ago

Patch Changes

  • b09fb81: chore: only push the lib to npm.
react-native-reanimated-carousel - v3.3.0

Published by github-actions[bot] almost 2 years ago

Minor Changes

  • 677b37b: 🚀 Support to test.
react-native-reanimated-carousel - Release 3.1.5

Published by dohooo almost 2 years ago

3.1.5 (2022-11-04)

Bug Fixes

  • refactoring some code on data prop (5ff96ab)
react-native-reanimated-carousel - Release 3.1.4

Published by dohooo almost 2 years ago

3.1.4 (2022-11-04)

Bug Fixes

react-native-reanimated-carousel - Release 3.1.3

Published by dohooo almost 2 years ago

3.1.3 (2022-11-01)

Bug Fixes

  • fixed a bug that be crushed when put in redux data (a5af02a), closes #296