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

[Android] Custom renderScrollComponent not working?

Open Secretmapper opened this issue 9 years ago • 0 comments

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.

Secretmapper avatar Jun 29 '16 14:06 Secretmapper