[Help Wanted] ListView OnEndReached #16876
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Is this a bug report?
I am not sure
Have you read the Contributing Guidelines?
Yes
Environment
Steps to Reproduce
1.Load the first page
2.Simulate a weak network status (such as shutting down the network)
3.Sliding to the ListView triggers loading more locations
4.Swipe to the top of listview
5.Connect to the network
6.Swipe to load more positions
Expected Behavior
Load the second page of data
Actual Behavior
Load more interfaces without callbacks
Reproducible Demo
I actually looked at the Flatlist source code and found this method below,
and I want to know why the current list height should be judged when loading more.
How do I load more data after the network back to normal?
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: