react-native-animatable icon indicating copy to clipboard operation
react-native-animatable copied to clipboard

is any method to stop animatable

Open afeng159 opened this issue 5 years ago • 1 comments

i want to stop animation but i could not find method to call or other way?

afeng159 avatar Sep 22 '20 03:09 afeng159

Have you tried the stopAnimation().

You can call it from the ref as

this.ref.current. stopAnimation()

papidb avatar Oct 16 '20 15:10 papidb