Releases: dohooo/react-native-reanimated-carousel
Releases · dohooo/react-native-reanimated-carousel
Release 3.0.3
3.0.3 (2022-06-28)
Bug Fixes
- carousel crashes when swiping in the opposite direction (b5fc081), closes #215
Release 3.0.1
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
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
2.6.0 (2022-06-04)
Bug Fixes
- global.__reanimatedWorkletInit is not a function (591f0d8), closes #159 #182
Release 2.5.0
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
Release 2.4.0
2.4.0 (2022-05-18)
Bug Fixes
Release 2.3.11
2.3.11 (2022-05-15)
Bug Fixes
- focused index is not persisted when carousel component is re-rendered (d82d39b), closes #181
Release 2.3.10
2.3.10 (2022-05-04)
Bug Fixes
- getCurrentIndex always return last snap index even after multiple data changes (9b03a4d), closes #178
Features
Release 2.3.9
2.3.9 (2022-05-03)
Bug Fixes