Skip to content

Releases: dohooo/react-native-reanimated-carousel

Release 1.0.1

01 Nov 11:55
Compare
Choose a tag to compare

1.0.1 (2021-11-01)

Bug Fixes

  • fix bug with reanimated (6744f74)

Release 1.0.0

31 Oct 06:49
Compare
Choose a tag to compare

1.0.0 (2021-10-31)

Bug Fixes

  • fix default timeConfig (0f99500)
  • solve sliding flicker problem (96678e0)
  • solve sliding flicker problem (e26c384)
  • upgrade expo sdk 40 to 41. fix example error (11b39b1)

Features

  • improve sliding experience (14b62ee)

BREAKING CHANGES

  • remove props "timingConfig", add "springConfig" with no support of duration

Release 0.5.4

27 Oct 06:06
Compare
Choose a tag to compare

0.5.4 (2021-10-27)

Bug Fixes

  • onSnapToItem gives floating index (13d6c64), closes #13

Release 0.5.2

19 Oct 05:45
Compare
Choose a tag to compare

0.5.2 (2021-10-19)

Features

  • add panGestureHandlerProps props (28019e7)

Release 0.5.1

09 Oct 07:04
Compare
Choose a tag to compare

0.5.1 (2021-10-09)

Features

  • add onScrollBegin/onScrollEnd props (3180696)

Release 0.5.0

08 Oct 06:42
Compare
Choose a tag to compare

0.5.0 (2021-10-08)

Bug Fixes

  • fix onSnapToItem no call when auto playing (4953b98)
  • onSnapToItem not called if loop={false} (1ce57f4)

Features

Release 0.4.4

30 Sep 08:39
Compare
Choose a tag to compare

0.4.4 (2021-09-30)

Bug Fixes

Release 0.4.3

09 Sep 09:20
Compare
Choose a tag to compare

0.4.3 (2021-09-09)

Bug Fixes

  • sliding causes problems with sliding errors when auto playing (37f6565)

Release 0.4.2

09 Sep 08:28
Compare
Choose a tag to compare

0.4.2 (2021-09-09)

Bug Fixes

  • fixed scrolling on Android (d253b3c)

Release 0.4.1

08 Sep 08:00
Compare
Choose a tag to compare

0.4.1 (2021-09-08)

Bug Fixes

  • handles boundary cases for raw data (4386bfd)