react-native-sglistview
react-native-sglistview copied to clipboard
[Android] Custom renderScrollComponent not working?
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.