Skip to content

v1.0.0

Compare
Choose a tag to compare
@zachgibson zachgibson released this 05 Dec 15:42
· 35 commits to master since this release

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 of ParallaxSwiperPage

Breaking Changes

  • Removes parallaxStrength prop in favor of speed
  • Removes backgroundImage and backgroundImageResizeMode
  • animatedScrollValue becomes animatedValue
  • ParallaxSwiper children are ParallaxSwiperPage components instead of arbitrary React elements