schovi / react-iscroll

React component for wrapping iScroll http://iscrolljs.com/
MIT License
236 stars 60 forks source link

Cannot set State or run another function in onScrollEnd event #64

Open budidao opened 6 years ago

budidao commented 6 years ago

Hi,

How to properly use the onScrollEnd event? I successfully implement the onScrollEnd event, when it stop scrolling I print out something with console log and , the text shown. But when I try to run another function or setState one object. It's not working.

Please help. thanks.