react-native-svg-charts icon indicating copy to clipboard operation
react-native-svg-charts copied to clipboard

PieChart animation

Open idanlo opened this issue 4 years ago • 6 comments

animate prop does not affect the PieChart component and there is no animation - there are also no errors indicating that the animation doesn't work.

react-native-svg-charts version - 5.3.0 react-native-svg version - 9.6.2

idanlo avatar Aug 18 '19 13:08 idanlo

This is solved by #261

tuur155 avatar Oct 24 '19 08:10 tuur155

@tuur155 so how can I animate pie charts? That issue is not solved, it just addresses the reason why animations doesn't work for pie charts

idanlo avatar Oct 24 '19 09:10 idanlo

Any ideas?

wmonecke avatar May 24 '20 15:05 wmonecke

Any ideas?

Did you find a solution?

tolik85 avatar Jul 18 '20 14:07 tolik85

Using Animated.View from react-native-reanimated fixed it for me. I think this could help for you guys.

Rohitsaxena avatar Aug 28 '20 03:08 Rohitsaxena

@Rohitsaxena could you please write a small example please?

IronTony avatar Oct 01 '20 05:10 IronTony