react-native-view-transformer icon indicating copy to clipboard operation
react-native-view-transformer copied to clipboard

Add new onResponder release callbacks as props

Open andrekovac opened this issue 7 years ago • 0 comments

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 https://github.com/ldn0x7dc/react-native-transformable-image/pull/20 for users of react-native-transformable-image.

andrekovac avatar Mar 02 '17 03:03 andrekovac