react-swipeable
react-swipeable copied to clipboard
React swipe event handler hook
I have a container that is vertically scrollable and also includes a `onSwipedUp` action. When the container is vertically scrolled, the action gets called but that is not the intention...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Hi, i have my swipeable component which works great, but in some cases i have buttons under that div on which i detect the swipe and that causes the button...
https://github.com/FormidableLabs/react-swipeable/pull/289#issuecomment-1168553572
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Move/relocate/repackages all examples into a new codesandbox setup so each example is it's own codesandbox that people can fork to iterate from. Similar to `use-gesture`'s setup 😸 - https://github.com/pmndrs/use-gesture/tree/main/demo/src/sandboxes -...
How can the swipe-to-delete gesture implemented with this? When the user swipes the item over a specific threshold, the delete action should be triggered and the item visually collapse to...
create new carousel example with `react-spring` based of `use-gesture` example. Working in progress: https://codesandbox.io/s/little-snow-eflruh?file=/src/App.tsx