Update known-issues.md #712
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I had an issue using FlashList with image components not rendering the correct image the first time that item renders as you scroll down or up. The fix is in the readme, its to display a white image until the correct Image URI renders.
I encountered this issue and received help from one of the shopify devs. I wanted to add it to the list of known issues as recommended by one of the shopify devs since this is an issue everyone who uses iOS will have with a similar use case of rendering images in a FlashList
Screenshots or videos (if needed)
Flickering before wrapping Image in RecyclableImage: (You can see the bar Gray Dog's img didn't render correctly at first)
trim.5F19E121-554C-463C-AE7C-873686D55D9E.mov
No flickering after wrapping Image in RecyclableImage:
RPReplay_Final1671156566.mov