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

Support for onDoubleTap and other properties on Pressable #452

Open
leoafarias opened this issue Aug 20, 2024 Discussed in #447 · 3 comments · May be fixed by #453
Open

Support for onDoubleTap and other properties on Pressable #452

leoafarias opened this issue Aug 20, 2024 Discussed in #447 · 3 comments · May be fixed by #453

Comments

@leoafarias
Copy link
Member

Discussed in #447

Originally posted by Solido August 15, 2024
I need support for double click :)
right now onPress only is supported if I understand well?
Thanks!

@leoafarias
Copy link
Member Author

Should also include styling variants.

@leoafarias leoafarias linked a pull request Aug 20, 2024 that will close this issue
4 tasks
@quangson91
Copy link

@leoafarias
Thank you for create a great lib.
There is also a disscusion on create onTapDown;
https://discord.com/channels/1250793431819751524/1250797904340193280/1261089142759231741

I think it would be great if we can style when user pressing the pressable box.

Thanks!

@hmirza1
Copy link

hmirza1 commented Oct 29, 2024

I’d like to add my support for this feature request. I really need the ability to style a button specifically at the onTapDown event.

On the web we have hover styling, but on mobile, there’s no equivalent for a when a button is pressed (but not released) state. It would be helpful to apply styling in that moment, similar to how hover works on the web.

I see that #453 extends gesture detection, but it doesn’t seem to expose onTapDown yet.

Thanks for all the work you guys have done!

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

Successfully merging a pull request may close this issue.

3 participants