For lists using a more complicated renderItem, the content of the list will sometimes be cut off due to virtualized-list using AutomaticCanvasSize internally. You can work around this issue by using the overrideAutomaticCanvasSize prop, but it's currently undocumented.
For lists using a more complicated
renderItem, the content of the list will sometimes be cut off due to virtualized-list using AutomaticCanvasSize internally. You can work around this issue by using theoverrideAutomaticCanvasSizeprop, but it's currently undocumented.