Skip to content

v3.0.0

Compare
Choose a tag to compare
@bd-arc bd-arc released this 23 Aug 14:48
· 252 commits to master since this release

WARNING

  • Do not use this version as some temporary code was pushed to npm by mistake. Make sure to use version 3.1.0 instead.

Breaking changes

  • Plugin is now built on top of FlatList, which allows for huge performance optimizations. From now on, items must be rendered using props data and renderItem.

General

  • Add ParallaxImage component (see the specific documentation here)
  • Add prop activeSlideAlignment
  • Fix issue with autoplay when setting scrollEnabled to false
  • Prevent going back to the first item when overscrolling the last one
  • Prevent callback from being called at the wrong time in some specific scenarios