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

How to combine with normal onPress ? #6

Open
alfonsodev opened this issue Apr 5, 2016 · 1 comment
Open

How to combine with normal onPress ? #6

alfonsodev opened this issue Apr 5, 2016 · 1 comment

Comments

@alfonsodev
Copy link

can this module respond to normal onPress events ?

@johanneslumpe
Copy link
Owner

No, currently the decorators cannot handle that. If each decorator should also be able to handle normal onPress event, then their logic would have to be updated to decide whether it was just onPress or a swipe/pan. In case you only need onPress, you could easily write your own decorator for that.

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

2 participants