Skip to content
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

Fix/react native svg 12 #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Hless
Copy link

@Hless Hless commented Feb 18, 2021

Summary

Android broken with react-native-svg >= 12, because translation before rotation is no longer needed with the newer react-native-svg versions (iOS and Android have parity now for this behaviour). This pull request makes changes to the ReanimatedArcBase to make it compatibly with react-native-svg >= 12.

Test plan

First install dependencies as-is, everything should look okay on Android. Then downgrade react-native-svg to @^10.0.0, verify that animations are broken on android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant