0.2.0
Breaking changes:
- Custom styling of the underlying
Animated.Image
is no longer extracted from thestyle
prop, useimageStyle
instead. Parallax.Image
must now be direct descendant ofParallax.ScrollView
to be able to injectscrollY
automatically. UseonPress
if you need to detect taps or use the (old and deprecated) mixin approach.
Other changes:
- Support for ES6.
Parallax.Mixin
is deprecated, useParallax.ScrollView
instead.