Is there any support for the most outer button action to activate on overshoot swipe?

Hi @jarrx,
Thank you for using this library.
Currently it's not supported and we do not plan to do it as it's very specific use case. If you wish, let you check react-native-reanimated and try to do it with cond and call nodes, which might help to solve your issue.
If you still face some problems, please comment this and I will try to help you 馃槃
Not sure why this is a 'very specific' use-case as it seems general enough to be used in a multitude of scenarios. But nonetheless, thank you for the work on this library, it really is very nice. Cheers.
This could be done by listening on the drag interpolation value, synchronized (or imperative) actions in render methods are kind of against the React mindset though.
Most helpful comment
Not sure why this is a 'very specific' use-case as it seems general enough to be used in a multitude of scenarios. But nonetheless, thank you for the work on this library, it really is very nice. Cheers.