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 hidden (Show)

react-native-reanimated-carousel - Release 2.2.0

Published by dohooo almost 3 years ago

2.2.0 (2022-01-16)

Bug Fixes

react-native-reanimated-carousel - Release 2.1.2

Published by dohooo almost 3 years ago

2.1.2 (2022-01-11)

Bug Fixes

  • fix wrong offset when out of bounds (db27279), closes #94
  • remove ExtrapolateParameter of normal layout translate (850e960), closes #96
react-native-reanimated-carousel - Release 2.1.1

Published by dohooo almost 3 years ago

2.1.1 (2022-01-11)

Bug Fixes

  • autoplay will scroll out of bounds (2cfacff)
react-native-reanimated-carousel - Release 2.1.0

Published by dohooo almost 3 years ago

2.1.0 (2022-01-08)

Features

  • pass animation value to renderItem (bf57233), closes #89
  • support to custom carousel animations by customAnimation customConfig props (eb3082b)

BREAKING CHANGES

  • Remove the parameter of renderItem and change it to info object
react-native-reanimated-carousel - Release 2.0.0

Published by dohooo almost 3 years ago

2.0.0 (2022-01-07)

Bug Fixes

  • fix bug with windowSize props (b9637ca), closes #71
  • onProgressChange/onSnapToItem props wrong calculation (85de2f4), closes #74

Features

react-native-reanimated-carousel - Release 1.2.0-beta.4

Published by dohooo almost 3 years ago

1.2.0-beta.4 (2022-01-05)

Bug Fixes

  • solve a bug caused by Parallax/Normal layout reconstruction (651bf5e)
react-native-reanimated-carousel - Release 1.2.0-beta.3

Published by dohooo almost 3 years ago

1.2.0-beta.3 (2022-01-05)

Bug Fixes

  • fix bug with windowSize props (b9637ca), closes #71
  • onProgressChange/onSnapToItem props wrong calculation (85de2f4), closes #74

Features

react-native-reanimated-carousel - Release 1.2.0-beta.2

Published by dohooo almost 3 years ago

1.2.0-beta.2 (2022-01-04)

Bug Fixes

react-native-reanimated-carousel - Release 1.2.0-beta.1

Published by dohooo almost 3 years ago

1.2.0-beta.1 (2022-01-04)

Bug Fixes

  • fix bug with windowSize props (8a048df), closes #71

Features

react-native-reanimated-carousel - Release 1.1.1

Published by dohooo almost 3 years ago

1.1.1 (2022-01-04)

Bug Fixes

  • fix bug with windowSize props (8a048df), closes #71
react-native-reanimated-carousel - Release 1.2.0-beta.0

Published by dohooo almost 3 years ago

1.2.0-beta.0 (2022-01-04)

Features

react-native-reanimated-carousel - Release 1.1.0

Published by dohooo almost 3 years ago

1.1.0 (2022-01-03)

Features

react-native-reanimated-carousel - Release 1.0.12

Published by dohooo almost 3 years ago

1.0.12 (2021-12-28)

Bug Fixes

  • fixed scroll pass the last item (34a5e57)
react-native-reanimated-carousel - Release 1.0.11

Published by dohooo almost 3 years ago

1.0.11 (2021-12-20)

Bug Fixes

  • fixed useAnimatedReaction wrong import (7b7a3fc)
react-native-reanimated-carousel - Release 1.0.10

Published by dohooo almost 3 years ago

1.0.10 (2021-12-19)

Bug Fixes

  • fix ScrollViewGesture callback (40412fc)
  • fixed failure to set default values (5d02779)
  • fixed types (9f3068b)
  • modify useCarouselController params (c8f2c6a)

Features

Performance Improvements

react-native-reanimated-carousel - Release 1.0.9

Published by dohooo almost 3 years ago

1.0.9 (2021-12-07)

Performance Improvements

  • add props 'windowSize' (4e066ee), closes #46
  • reduce the calculation of animation values (de32274), closes #46
react-native-reanimated-carousel - Release 1.0.8

Published by dohooo almost 3 years ago

1.0.8 (2021-12-06)

Bug Fixes

react-native-reanimated-carousel - Release 1.0.7

Published by dohooo almost 3 years ago

1.0.7 (2021-12-05)

Bug Fixes

  • a quick call to the page number switch method causes an offset error (0c93b86), closes #30
  • defaultIndex does not work as expected (42e4616), closes #33
  • fix computed error with MAX/MIN (e9a3007)
  • image flickers within Carousel when state is updated (094f3af), closes #32
  • modify useOffsetX viewCount default value (dd30b9c)
  • sliding error with no loop (955b5ed), closes #24
react-native-reanimated-carousel - Release 1.0.6

Published by dohooo almost 3 years ago

1.0.6 (2021-11-27)

Features

react-native-reanimated-carousel - Release 1.0.5

Published by dohooo almost 3 years ago

1.0.5 (2021-11-20)

Bug Fixes

  • a quick call to the page number switch method causes an offset error (dacbd48), closes #30
  • defaultIndex does not work as expected (c67206f), closes #33
  • image flickers within Carousel when state is updated (d34d71d), closes #32
  • sliding error with no loop (0597a14), closes #24