-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IOS] ClipPath component does not animate #1119
Comments
msand
pushed a commit
that referenced
this issue
Sep 27, 2019
🎉 This issue has been resolved in version 9.9.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@msand This is incredible.
|
JackWillie
added a commit
to JackWillie/react-native-svg
that referenced
this issue
Nov 27, 2022
## [9.9.6](software-mansion/react-native-svg@v9.9.5...v9.9.6) (2019-09-27) ### Bug Fixes * **ios:** animation of clipPath contents, fixes [#1119](software-mansion/react-native-svg#1119) ([8bb5b22](software-mansion/react-native-svg@8bb5b22)) * handling of focusable, fixes [#1117](software-mansion/react-native-svg#1117) ([bd7e492](software-mansion/react-native-svg@bd7e492))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
I have provided a sample SVG snippet. It contains two identical <Rect> elements, one of which is inside of a <ClipPath>. Both are animated in the same way, yet the <Rect> inside the <ClipPath> does not animate. I assume there may be some rendering cache, which keeps the initial shape on screen, even after the props are animated.
npm install react-native-svg
(postinstall script runs jetify)cd ios/
react-native start
Environment info
React native info output:
Library version: 9.9.5
Steps To Reproduce
Describe what you expected to happen:
What actually happened:
Reproducible sample code
The text was updated successfully, but these errors were encountered: