sghiassy / react-native-sglistview

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

[Android] Custom renderScrollComponent not working? #26

Open Secretmapper opened 8 years ago

Secretmapper commented 8 years ago

It seems that using a renderScrollComponent does not work?

I'm aiming to make use of ViewPagerAndroid as a scroll component. Passing a function for that doesn't work as it seems that that specific prop (renderScrollComponent) is not actually resolved by SGListView.

My commit of it here makes it work, however, it causes the whole list to render at once.