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 - Release 3.1.2

Published by dohooo almost 2 years ago

3.1.2 (2022-11-01)

Bug Fixes

react-native-reanimated-carousel - Release 3.1.1

Published by dohooo almost 2 years ago

3.1.1 (2022-10-25)

Bug Fixes

  • fixed index error when data length changed (9f343f8)
react-native-reanimated-carousel - Release 3.1.0

Published by dohooo about 2 years ago

3.1.0 (2022-10-19)

Features

  • add new props to control or get information for carousel animation (2a39346), closes #285
react-native-reanimated-carousel - Release 3.0.6

Published by dohooo about 2 years ago

3.0.6 (2022-09-27)

Bug Fixes

  • can't override the carousel styles. e.g. "overflow: visible;" (2ab0bff), closes #260
react-native-reanimated-carousel - Release 3.0.5

Published by dohooo about 2 years ago

3.0.5 (2022-09-15)

react-native-reanimated-carousel - Release 3.0.4

Published by dohooo about 2 years ago

3.0.4 (2022-08-12)

Bug Fixes

  • scrollTo is not running properly (f406258), closes #222
react-native-reanimated-carousel - Release 3.0.3

Published by dohooo over 2 years ago

3.0.3 (2022-06-28)

Bug Fixes

  • carousel crashes when swiping in the opposite direction (b5fc081), closes #215
react-native-reanimated-carousel - Release 3.0.1

Published by dohooo over 2 years ago

3.0.1 (2022-06-20)

Bug Fixes

  • error message for horizontal carousels (5a6e9af)
  • fixed pagingEnabled prop error (3c17836)
  • solved web side issues (34f1108)
  • upgrade example scripts (4293608)

Features

react-native-reanimated-carousel - Release 3.0.0

Published by dohooo over 2 years ago

3.0.0 (2022-06-10)

Bug Fixes

  • update reanimated version for fix "undefined is not a function" (a326f8c), closes #159
react-native-reanimated-carousel - Release 2.6.0

Published by dohooo over 2 years ago

2.6.0 (2022-06-04)

Bug Fixes

  • global.__reanimatedWorkletInit is not a function (591f0d8), closes #159 #182
react-native-reanimated-carousel - Release 2.5.1

Published by dohooo over 2 years ago

2.5.1 (2022-06-01)

react-native-reanimated-carousel - Release 2.5.0

Published by dohooo over 2 years ago

2.5.0 (2022-05-29)

Bug Fixes

Features

  • add index argument, can jump to specific position. And remove goToIndex prop in ref (138e606), closes #196
  • always return the real index (03216a5), closes #192
react-native-reanimated-carousel - Release 2.4.0

Published by dohooo over 2 years ago

2.4.0 (2022-05-18)

Bug Fixes

react-native-reanimated-carousel - Release 2.3.11

Published by dohooo over 2 years ago

2.3.11 (2022-05-15)

Bug Fixes

  • focused index is not persisted when carousel component is re-rendered (d82d39b), closes #181
react-native-reanimated-carousel - Release 2.3.10

Published by dohooo over 2 years ago

2.3.10 (2022-05-04)

Bug Fixes

  • getCurrentIndex always return last snap index even after multiple data changes (9b03a4d), closes #178

Features

react-native-reanimated-carousel - Release 2.3.9

Published by dohooo over 2 years ago

2.3.9 (2022-05-03)

Bug Fixes

  • update typescript config (8fa86a2)
react-native-reanimated-carousel - Release 2.3.8

Published by dohooo over 2 years ago

2.3.8 (2022-05-02)

Bug Fixes

react-native-reanimated-carousel - Release 2.3.7

Published by dohooo over 2 years ago

2.3.7 (2022-05-02)

Bug Fixes

react-native-reanimated-carousel - Release 2.3.6

Published by dohooo over 2 years ago

2.3.6 (2022-05-02)

Bug Fixes

  • current index doesn't reset when modify data length (99f44bc), closes #163
  • duplicate style (7e7e00f), closes #169
  • refactoring logic of withAutoFillData, Add onProgressChange value boundary (101456a), closes #158

Features

  • add autoFillData props, It controls whether the data is automatically populated (309688c), closes #170
react-native-reanimated-carousel - Release 2.3.5

Published by dohooo over 2 years ago

2.3.5 (2022-04-27)