Skip to content

0.2.0

Compare
Choose a tag to compare
@oblador oblador released this 15 Oct 18:04
· 15 commits to master since this release

Breaking changes:

  • Custom styling of the underlying Animated.Image is no longer extracted from the style prop, use imageStyle instead.
  • Parallax.Image must now be direct descendant of Parallax.ScrollView to be able to inject scrollY automatically. Use onPress if you need to detect taps or use the (old and deprecated) mixin approach.

Other changes:

  • Support for ES6.
  • Parallax.Mixin is deprecated, use Parallax.ScrollView instead.