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
Breaking change: Splits imports between React and React Native to fix warnings in RN 0.25, ensure you're on at least RN 0.18 and have react as a dependency in your project.
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.