Vitor Zerbeto

Results 1 comments of Vitor Zerbeto

You need to add the scroll event on the div that the `react-simple-pull-to-refresh` creates around your content. Something like this: ```javascript const ptr = document.querySelector(".pull_to_refresh .ptr__children"); ptr.addEventListener('scroll', onScroll) ```