react-native-refresher icon indicating copy to clipboard operation
react-native-refresher copied to clipboard

On the [email protected] default round indicator stucks on top of list

Open andrey-skl opened this issue 9 years ago • 4 comments

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

andrey-skl avatar Aug 08 '15 00:08 andrey-skl

I have noticed this also. It becomes more apparent for me with a 'minTime' specified - note, i am on react 0.10.0

olliebrennan avatar Sep 19 '15 07:09 olliebrennan

Same issue.

ghost avatar Sep 24 '15 02:09 ghost

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.

ghost avatar Sep 24 '15 02:09 ghost

Thanks for pointing this out. Will improve this soon @blairvanderhoof

syrusakbary avatar Sep 29 '15 19:09 syrusakbary