React Native Reanimated Carousel Versions Save

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

v4.0.0-alpha.10

2 months ago

Patch Changes

  • #560 c181174 Thanks @dohooo! - Add a new props minScrollDistancePerSwipe to set the minimum scroll instance to make carousel scroll.

v4.0.0-alpha.9

3 months ago

Patch Changes

v4.0.0-alpha.8

4 months ago

Patch Changes

v4.0.0-alpha.7

4 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)

v4.0.0-alpha.6

5 months ago

Minor Changes

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

Patch Changes

v4.0.0-alpha.5

5 months ago

Patch Changes

v4.0.0-alpha.4

5 months ago

Patch Changes

  • #498 096ac75 Thanks @dohooo! - re-calculate when window size changed in browser. (re-bump for alpha.3)

v4.0.0-alpha.2

5 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.)

v4.0.0-alpha.0

9 months ago

Major Changes

v3.5.1

9 months ago

Patch Changes

  • 870b130: Fixed ref unsable issue.