Releases: dohooo/react-native-reanimated-carousel
Releases · dohooo/react-native-reanimated-carousel
Release 2.2.5-beta.0
Bug Fixes
Features
- support to modify scroll animation. Add
withAnimation
props (e3f34a4), closes #105
Release 2.2.4
2.2.4 (2022-01-25)
Bug Fixes
Release 2.2.3
2.2.3 (2022-01-24)
Bug Fixes
Release 2.2.2
2.2.2 (2022-01-23)
Bug Fixes
- onProgressChange & onSnapToItem bug when only 2 image (bdb2d74), closes #74
- when autoPlay is false, manual sliding will still autoPlay (6aa3cc4), closes #111
Release 2.2.0
2.2.0 (2022-01-16)
Bug Fixes
Release 2.1.2
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
Release 2.1.1
2.1.1 (2022-01-11)
Bug Fixes
- autoplay will scroll out of bounds (2cfacff)