-
Notifications
You must be signed in to change notification settings - Fork 294
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
How can i render kind of skeleton placeholder items instead of whitespaces/blank? #853
Comments
Based on the description on FlatList here https://reactnative.dev/docs/flatlist it says:
So it would be really nice to be able to replace these blanks with skeleton placeholder as mentioned by @bloggerklik, please.. I'm encountering momentary blanks easily with fast-scrolling on my Samsung Note 9 ; my iPhone 12 seems to be okay. running the latest flash-list library version, and Expo 48. Found this, but this is for React web only, https://virtuoso.dev/scroll-seek-placeholders/ |
same problem here... |
same problem |
any progress? |
any updates? |
I need placeholder in renderItens, help me |
Hi just add loader before the FlashList and put FlashList inside absolute View <FlashList and dont forget add background color to the View of the render Item loading.mp4 |
Facing the same issue. i am using @shopify/flash-list version 1.5.0 in my react native app. |
Strange but this solved my problem. There is no need for skeleton placeholder anymore. #854 |
Hi, my items have SVG. This affects performance a lot. Blank occur when scrolling is too fast. To avoid this, I want to send an empty item component of the same height until the item component is ready. I think it would be a better interface than a blank. How can I do that? Thanks.
The text was updated successfully, but these errors were encountered: