graysky
graysky copied to clipboard
Manually calculate estimate size of each post
Would massively improve FlashList accuracy, especially when scrolling up. Probably a necessity for non-jumpy reply viewing
<FlashList overrideItemLayout={({ item }) => estimateSize(item.post)} />