You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're somewhat stuck and need the community's brilliant mind to help us find a possible solution—or at least some clarification to better understand the issue.
We're building an app in React Native with an image-heavy feed, using Shopify's ``. Everything works fine except that a quick flash or jump of content happens during scrolling. We’ve tried a bunch of things, but the issue still persists (on both emulator and physical iOS devices).
Does anyone know what we might be missing? And is it even possible to achieve truly optimal scroll performance with FlashList in this kind of setup?
What we’ve tried so far:
All state is managed in the parent component
extraData is implemented
estimatedItemSize:
- Precisely calculated and set to 604px
- Tried FlashList’s recommended size (614px)
- Tried reducing to 300px
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
We're somewhat stuck and need the community's brilliant mind to help us find a possible solution—or at least some clarification to better understand the issue.
We're building an app in React Native with an image-heavy feed, using Shopify's ``. Everything works fine except that a quick flash or jump of content happens during scrolling. We’ve tried a bunch of things, but the issue still persists (on both emulator and physical iOS devices).
Does anyone know what we might be missing? And is it even possible to achieve truly optimal scroll performance with
FlashList
in this kind of setup?What we’ve tried so far:
extraData
is implementedestimatedItemSize
:- Precisely calculated and set to 604px
- Tried FlashList’s recommended size (614px)
- Tried reducing to 300px
drawDistance
is set to 2xestimatedItemSize
Would really appreciate any insights!
Environment Info:
Code snippet:
Beta Was this translation helpful? Give feedback.
All reactions