0.0.21 • Published 5 years ago

@apps.grandit/react-easy-swipe v0.0.21

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Forked from https://www.npmjs.com/package/react-easy-swipe

For private purpose and with compare angle to prevent fire more than one direction event with swipe, based on atan2((start.y-end.y) / (start.x-end.x) * 180 / PI) formula. To enable this feature, set props useAngle=true.