sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

Scrolling fast causes some rows to stay hidden #21

Open ewindso opened 8 years ago

ewindso commented 8 years ago

I notice when I scroll fast that some rows don't get set to be visible again... Also when data is added to DataSource (infinite scrolling) sometimes the first new row is hidden when it should be showing

sparkdreamstudio commented 8 years ago

i also got this issues

rakesh0r commented 8 years ago

+1

i also got this issue, but the performance was awesome before adding this plugin my app was carshing when i reach 150+ in listview. now even after 650+ not crashing. but some of rows are hiding when i scroll.

img_0267 img_0265 img_0266

some of the list items are hiding when it scrolls.

rameshvishnoi90904 commented 8 years ago

facing same issue

avishayil commented 8 years ago

Same here

avishayil commented 8 years ago

I think it happens only on Section Headers ListView, not sure about it though.

superandrew213 commented 8 years ago

#12

paynecodes commented 7 years ago

Does anyone have any updated findings on this? Just found this project.

sghiassy commented 7 years ago

@jpdesigndev. This is a known issue. At this point, I'm not sure if the best approach is to fix the existing bug within the existing logic? Or to switch to an interval tree as presented by @rreusser in PR https://github.com/sghiassy/react-native-sglistview/pull/10 (which I think is pretty cool - but potentially costly).

Either way, this really should get fixed. I wish I had more time.

paynecodes commented 7 years ago

Thanks for responding. I really appreciate your project. I'm just getting started with iOS and React Native, and it seems I've bitten off more than I can chew at the moment trying to implement Infinite Pages Scrolling. It seems rather simple in native to do, but was hoping to not have to drop down to Obj-C/Swift right from the start. Due to my inexperience in all of this, I, unfortunately, won't be of any help here.

roysG commented 7 years ago

@sghiassy, is there any update with this bug?

roysG commented 7 years ago

@sghiassy I can׳t find the correct answer, there are too much comments without clean solution, please assist,Thanks.

angusmccloud commented 7 years ago

Has anyone figured out a good solution to this? My app has long lists (1000+) so the stock ListView just can't handle it. This works great, except when I scroll quickly or hit the end of the list the rows disappear.