Open lexi-stein opened 5 months ago
I believe there's a warning thrown from FlashList when using the style prop, you need to instead use contentContainerStyle.
Would be nice if TS showed an error when trying to pass a style
prop to the FlashList rather than just showing a runtime warning
Current behavior
Pass a margin or something into the style prop
Expected behavior
A margin gets added to the scroll container
To Reproduce
<FlashList style={{ margin: 20 }} ... />
Platform:
Environment
1.6.4