react-native-circular-progress
react-native-circular-progress copied to clipboard
Stop reAnimate
Is there a possibility to stop reAnimate, currently it does not return anything so I cannot stopAnimation()?
Having a same issue.
const anim = circle.current.animate(...)
anim.stop()
works, but it does not work anymore once reAnimate is called.