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

Add new onResponder release callbacks as props #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

andrekovac
Copy link

@andrekovac andrekovac commented Mar 2, 2017

Adds new props onSingleTap, onDoubleTap and enableFling to give the user of the package more options.

onSingleTapConfirmed was a very good addition, but sometimes you may want to add custom behavior on single or double taps. That's what this pull-requests added.

This does does not break any current usages. All new props are optional and the default of enableFling is set to true which reflects the current behavior.

This pull-request is complemented by ldn0x7dc/react-native-transformable-image#20 for users of react-native-transformable-image.

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 this pull request may close these issues.

1 participant