Open andrey-skl opened 9 years ago
I have noticed this also. It becomes more apparent for me with a 'minTime' specified - note, i am on react 0.10.0
Same issue.
The issue is here https://github.com/syrusakbary/react-native-refresher/blob/c5f641254c4ae9b472a87cf9925e37bf2c1e2c4f/lib/RefresherListView.js#L131
Seems that listviewscroll.scrollResponderIsAnimating()
is true when it gets stuck and in addition, this.top
is sometimes undefined
. any number < undefined is always false.
Thanks for pointing this out. Will improve this soon @blairvanderhoof
To reproduce: just upgrade to react-native 0.9.0-rc and try to refresh list. After release list indicator is overlaying it. Looks like breaking changes in react native can break refresher in near 0.9.0 realease