react-native-circular-progress icon indicating copy to clipboard operation
react-native-circular-progress copied to clipboard

Stop reAnimate

Open radoman93 opened this issue 5 years ago • 1 comments

Is there a possibility to stop reAnimate, currently it does not return anything so I cannot stopAnimation()?

radoman93 avatar Jun 24 '20 01:06 radoman93

Having a same issue.

const anim = circle.current.animate(...)
anim.stop()

works, but it does not work anymore once reAnimate is called.

mokuzuu avatar Nov 10 '20 07:11 mokuzuu