react-native-animatable
react-native-animatable copied to clipboard
is any method to stop animatable
i want to stop animation but i could not find method to call or other way?
Have you tried the stopAnimation().
You can call it from the ref as
this.ref.current. stopAnimation()