79664011

Date: 2025-06-12 19:24:07
Score: 0.5
Natty:
Report link

If you want to use FlatList components inside of ScrollView just add scrollEnabled={false} so it won't harm the parent scrolling.

<FlatList
    scrollEnabled={false}
    ...
/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Miguel Peniche