software-mansion / react-native-svg

SVG library for React Native, React Native Web, and plain React web projects.
MIT License
7.52k stars 1.14k forks source link

fix: resolve transforms on new architecture #2542

Closed jakex7 closed 1 week ago

jakex7 commented 1 week ago

Summary

Add resolveTransforms on updateProps to get correct matrix. It will improve animating transformations, as Animated/Reanimated skips JS processTransform and passes transformations directly.

Test Plan

Animate transform prop in react-native style.

Compatibility

OS Implemented
iOS
MacOS