Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-gesture

opensource-cards49MITdeprecated0.0.5

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

A React component for defining gestures.

react, component, gesture

readme

react-gesture

Build Status npm package Dependency Status devDependency Status peerDependency Status

A gesture recognizer for web and mobile devices for React.

Installation

yarn add react-gesture

API

prop type default value
children element
disableClick `bool func`
flickThreshold number 0.6
holdTime number 400
swipeThreshold number 10
onSwipeUp func
onSwipeDown func
onSwipeLeft func
onSwipeRight func
onTap func
onClick func
onHold func
onPinchToZoom func
onTouchStart func
onTouchMove func
onTouchCancel func
onTouchEnd func
onMouseDown func
onMouseMove func
onMouseUp func

Examples

License

MIT