From ca078225b742392a88ced1f2b56153506456e924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Andr=C3=A9s=20L=C3=B3pez=20Corredor?= Date: Thu, 17 May 2018 02:11:36 -0500 Subject: [PATCH] support for individual direction of swipe event --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51e5eb2..f28060a 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ React-HammerJS wraps a React component, binding Hammer events to it so it can fi * `onRotateMove` * `onRotateStart` * `onSwipe` +* `onSwipeRight` +* `onSwipeLeft` +* `onSwipeUp` +* `onSwipeDown` * `action` - like the `onTap` event handler but will also be fired `onPress`. ### Behavior properties