react-native-pan-controller
react-native-pan-controller copied to clipboard
How to get the final animated value after user interaction
The user interaction is not only driving the animation. It is a user input as well. What is the practical way to get the final value after user interaction and animation in pan controller ( decay, snap, etc ) are finished. It seems that onRelease(XY) is not the way for this purpose. Thanks.