SGListView's renderScrollComponent prop function was not called for me.
Maybe the code should be as below?
if (**this.**props.renderScrollComponent) {
component = **this.**props.renderScrollComponent(props);
} else {
component = _react2.default.createElement(_reactNative.ScrollView, props);
}