You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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