Open iamadityaaz opened 3 years ago
Any progress on this? Gotta love how many open issues this package has...
use this and its work
const useSwiper = useRef(); const handleOnSwipedLeft = () => useSwiper.current.swipeLeft(); const handleOnSwipedTop = () => useSwiper.swipeTop(); const handleOnSwipedRight = () => useSwiper.current.swipeRight();
const handleOnSwipedLeft = () => useSwiper.current.swipeLeft(); const handleOnSwipedTop = () => useSwiper.swipeTop(); const handleOnSwipedRight = () => useSwiper.current.swipeRight();
this work for me. thank you