Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swipeable iOS action on overshoot swipe #266

Closed
jacobrosenskold opened this issue Jul 29, 2018 · 6 comments
Closed

Swipeable iOS action on overshoot swipe #266

jacobrosenskold opened this issue Jul 29, 2018 · 6 comments

Comments

@jacobrosenskold
Copy link

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

@osdnk
Copy link
Contributor

osdnk commented Jul 31, 2018

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 😄

@osdnk osdnk closed this as completed Jul 31, 2018
@switz
Copy link

switz commented Jan 27, 2020

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.

@vicary
Copy link

vicary commented May 8, 2020

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.

@zabojad
Copy link

zabojad commented Aug 1, 2022

I need it too. Is it still not supported?

@tncbbthositg
Copy link

"Very specific" is a curious choice of words. It's not like, "this is an uncommon use case;" rather, "this is a specific . . . albeit common . . . use case." Specifically, the use case is when you want your swipeable to trigger a default action when your user pulls hard enough. :)

@bjoern-sellnau
Copy link

anyone have a solution for this or any library which solves this problem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants