FormidableLabs / react-swipeable

React swipe event handler hook
https://commerce.nearform.com/open-source/react-swipeable
MIT License
2k stars 147 forks source link

improve type safety for swipe callbacks #259

Closed jaketodaro closed 3 years ago

jaketodaro commented 3 years ago

By adding a record of SwipeDirection to SwipableCallback key, we can remove these unsafe casts

hartzis commented 3 years ago

🎉 @jaketodaro thank you for the PR. I included a solution influenced by this PR in #262 .