Skip to content

renderScrollComponent prop dose not work #58

@freeljt

Description

@freeljt

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);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions