Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
160 views

Interpolating color of a custom Animated component in react native

I created a custom animated component in react native like this: const AnimatedPath = Animated.createAnimatedComponent(Path); where Animated is imported from react-native and Path is imported from ...
Irfan wani's user avatar
  • 4,977
1 vote
2 answers
1k views

Animate static SVG file with react-native-svg

I'm struggling to get react-native-svg animate in React Native. I also tried the method they suggest with react-native-svg-transformation but it didn't suit my case since I'm working with many files ...
Vũ Nguyễn's user avatar
0 votes
1 answer
4k views

How to animate a part of an svg file in React Native

I'm working on a react native app, and I need to animate (rotate around central point) a part of an svg file. how can I access the component I want to animate ? I've tried to convert the svg file in ...
F.MANNOU's user avatar