Releases: dohooo/react-native-reanimated-carousel
Releases · dohooo/react-native-reanimated-carousel
v4.0.0-alpha.6
v4.0.0-alpha.5
v4.0.0-alpha.4
v4.0.0-alpha.2
Patch Changes
- #494
6b849ec
Thanks @dohooo! - Removed the reset logic when user change the defaultIndex prop. (We couldn't update the handlerOffset value when user change the defaultIndex. Because the carousel component already be a non-controlled component. So the subsequent changes of defaultIndex will be ignored.)
v4.0.0-alpha.0
Major Changes
-
56e20c8: feat: use new RNGH api
Updates
react-native-gesture-handler
to>=2.9.0
and replaces usage ofuseAnimatedGestureHandler
with the new gesture handler API which supports the new gesture handler web implementation.