Skip to content

[ANDROID] nested ScrollView conflicted with parent refreshControl of ScrollView #26501

Closed
@avet-m

Description

@avet-m

Hi!

Scrolling done nested ScrollView trying pull parent refreshControl when parent ScrollView position is on top.


<ScrollView refreshControl={<RefreshControl refreshing={refreshing} onRefresh={this._onRefresh} />}>
    <ScrollView nestedScrollEnabled>
    </ScrollView>
</ScrollView>

Without refreshControl everything works perfect

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions