If there is a callback for on spring animation complete will be great.
this.animateValue.spring({}).start(function onComplete() {})
The start call takes a function that is called on complete.
Thanks @browniefed 馃榾
Document this?
Found documention here https://facebook.github.io/react-native/docs/animated.html#working-with-animations.
However, it's not easy to discover immdiately. I found it after I found this issue.
Most helpful comment
The start call takes a function that is called on complete.