-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[Bug][SwipeableFlatList] First item not updated for the first time. Second, third... OK #16685
Comments
Also here's one fix for another issue with |
@kesha-antonov are you still finding this issue? And have you found any fixes? |
My PR fixed issues. @tomasreimers |
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. |
! |
Thanks for posting this! It looks like you may not be using the latest version of React Native, v0.53.0, released on January 2018. Can you make sure this issue can still be reproduced in the latest version? I am going to close this, but please feel free to open a new issue if you are able to confirm that this is still a problem in v0.53.0 or newer. |
Hello!
If you pass updated
data
toSwipeableFlatList
for the first time - item at index0
will not be updated. On second, third etc. item updated as expected.Also if you pass updated
data
toSwipeableFlatList
for the first time item at index higher than0
they'll be updated as expected.Some weird bug.
For now I just update
data
2 times at one time just to be sure.Is this a bug report?
Yes.
Have you read the Contributing Guidelines?
Yes.
Environment
Steps to Reproduce
Expected Behavior
First item should be updated.
Actual Behavior
First item not updated.
Reproducible Demo
Tried to reproduce with Snack but SwipeableFlatList is not on npm yet?
https://snack.expo.io/BJnvHq3AZ?session_id=snack-session-BJxUFSchRW
The text was updated successfully, but these errors were encountered: