Releases: zachgibson/react-native-parallax-swiper
Releases · zachgibson/react-native-parallax-swiper
v1.1.4
v1.1.3
Fixes issue running example project.
v1.1.2
Fixes scrollToIndex
not firing on component mount.
v1.1.0
Features
Adds support for horizontal or vertical progress bar.
v1.0.0
Features
- Any Component can be injected into a page e.g.
react-native-video
- Parallax property (now called
speed
) is normalized - Pages can be sized bigger or smaller than device size and still work
- Proper
ParallaxSwiper
children in the form ofParallaxSwiperPage
Breaking Changes
- Removes
parallaxStrength
prop in favor ofspeed
- Removes
backgroundImage
andbackgroundImageResizeMode
animatedScrollValue
becomesanimatedValue
ParallaxSwiper
children areParallaxSwiperPage
components instead of arbitrary React elements
v0.5.4
Bugfixes
- Fixes incorrect activePageIndex when dividerWidth was equal to 0
v0.5.0
General
New features and enhancements
- Add support for scrollToIndex
- Expose current page index
- Improve efficiency of interpolated animations
Bugfixes
- Fixes Android z-index and perf issues
v0.4.0
New features and enhancements
- Allow custom
Animated.Value
to be passed to write animations outside of ParallaxSwiper - ParallaxSwiper gets wrapped in an
absoluteFillObject
container to force grow it to parent container