Open alloy opened 8 years ago
We should also support cancelling networking requests related to offscreen, and ideally when the view has been pushed from the top of a nav stack. SDWebImage 4.x has support for cancel tokens, so it's worth some effort on creating something to maintain those probably
One crazy idea would be to create a masonry grid out of a ListView
per column, that way it already handles the need to remove views that are no longer on-screen.
See what RN’s
ListView
does and replicate that.