Skip to content

Releases: dohooo/react-native-reanimated-carousel

Release 3.1.2

01 Nov 13:19
Compare
Choose a tag to compare

3.1.2 (2022-11-01)

Bug Fixes

Release 3.1.1

25 Oct 06:42
Compare
Choose a tag to compare

3.1.1 (2022-10-25)

Bug Fixes

  • fixed index error when data length changed (9f343f8)

Release 3.1.0

19 Oct 05:54
Compare
Choose a tag to compare

3.1.0 (2022-10-19)

Features

  • add new props to control or get information for carousel animation (2a39346), closes #285

Release 3.0.6

27 Sep 09:20
Compare
Choose a tag to compare

3.0.6 (2022-09-27)

Bug Fixes

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

Release 3.0.5

15 Sep 13:19
Compare
Choose a tag to compare

3.0.5 (2022-09-15)

Release 3.0.4

12 Aug 05:09
Compare
Choose a tag to compare

3.0.4 (2022-08-12)

Bug Fixes

  • scrollTo is not running properly (f406258), closes #222

Release 3.0.3

28 Jun 12:50
Compare
Choose a tag to compare

3.0.3 (2022-06-28)

Bug Fixes

  • carousel crashes when swiping in the opposite direction (b5fc081), closes #215

Release 3.0.1

20 Jun 04:39
Compare
Choose a tag to compare

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

Release 3.0.0

10 Jun 06:22
Compare
Choose a tag to compare

3.0.0 (2022-06-10)

Bug Fixes

  • update reanimated version for fix "undefined is not a function" (a326f8c), closes #159

Release 2.6.0

04 Jun 03:10
Compare
Choose a tag to compare

2.6.0 (2022-06-04)

Bug Fixes

  • global.__reanimatedWorkletInit is not a function (591f0d8), closes #159 #182