-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReactNative v0.47.1 FlatList onEndReached problem. #15356
Comments
same here |
2 similar comments
same here |
same here |
Any Solution yet? |
I fixed this problem by re-rendering component after componentDidMount. Here is my code: Anyone have a better solution? |
same here |
"react-native": "0.48.2" |
@Daley Same here |
same here |
#16067 may also related |
Try this,please. may be it is a surprise for you |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
when i update my project form 0.44.1 to 0.47.1, i found that onEndReached Function has been called repeatedly! and never stop call onEndReached.
Environment
react-native -v
: 0.47.1node -v
: v6.11.0npm -v
: 3.10.10yarn --version
: v0.27.5Android and iOS all have this problem.
The text was updated successfully, but these errors were encountered: