Skip to content

v3.6.0

Compare
Choose a tag to compare
@bd-arc bd-arc released this 29 Jan 12:37
· 131 commits to master since this release
  • Add a layout prop to let users choose between 3 different carousel layouts (see the documentation)
    react-native-snap-carousel default layout
    react-native-snap-carousel stack layout
    react-native-snap-carousel tinder layout
  • Add the ability to define dynamic styles based on scroll position with props scrollInterpolator and slideInterpolatedStyle. This allows implementing custom animations and layouts (see the dedicated documentation).
  • Rename props customAnimationType and customAnimationOptions to activeAnimationType and activeAnimationOptions