4.1.0 (2024-08-25)
What's new
-
Support for Scale Animated Value: Added the ability to provide a Reanimated shared value for the scale property, allowing you to access and utilize the current zoom scale in your own code.
-
Return Last Values on Reset: Updated the
onResetAnimationEnd
callback, which now returns the last zoom and position values when the component resets (zooms out), providing more control and feedback for custom logic. -
Updated Examples: Revised the existing examples to include usage of the scale animated value, ensuring that you can easily integrate this feature into your projects.