React-native-gesture-handler: Swipeable iOS action on overshoot swipe

Created on 29 Jul 2018  路  3Comments  路  Source: software-mansion/react-native-gesture-handler

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

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wcandillon picture wcandillon  路  4Comments

neiker picture neiker  路  3Comments

rgangopadhya picture rgangopadhya  路  4Comments

brentvatne picture brentvatne  路  5Comments

brentvatne picture brentvatne  路  4Comments