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
It seems like the library keeps the transform property as it for React-Native. However, react-native-svg doesn't support the transform property as it and needs to be replaced by an object syntax.
Hello,
It seems like the library keeps the transform property as it for React-Native. However, react-native-svg doesn't support the transform property as it and needs to be replaced by an object syntax.
Should become
Also, the matrix should also be replaced by translate as per this article: https://medium.com/@richardrosko/matrix-transform-in-svg-in-react-native-53a9357a811b
Is there any plan to support the transform prop?
Thanks
The text was updated successfully, but these errors were encountered: