Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SVG color properties to list of color attributes to parse (#6567)
## Summary This PR will significantly enhance the developer experience when animating SVGs, as with these changes, the `SVGAdapter` is no longer required (at least for animating **colors**). It's related to the following PR: software-mansion/react-native-svg#2471 ## Test plan At this point, the changes will not impact the current behavior and need to be tested within the `react-native-svg` repository until the release. Once the RNSVG release is out, I will add an example to the Reanimated repository.
- Loading branch information