-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Closed
Copy link
Labels
Component: RefreshControlComponent: ScrollViewPlatform: AndroidAndroid applications.Android applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: QuestionIssues that are actually questions and not bug reports.Issues that are actually questions and not bug reports.
Description
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
lordenas
Metadata
Metadata
Assignees
Labels
Component: RefreshControlComponent: ScrollViewPlatform: AndroidAndroid applications.Android applications.Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: QuestionIssues that are actually questions and not bug reports.Issues that are actually questions and not bug reports.