-1

I want to add about 3 flatlist in my app's homepage. There's a global scrollview that wraps all the children. I have read other answers about using only one list and one flatlist. That can't be done here and it will make things messy. And I know about ListHeaderComponent and ListFooterComponent but since there are multiple flatlists with multiple datalists I can't do this either.

So how do I get this done. I'm kind of new to react native. I can do this easily with flutter.

Shehan DMG
  • 141
  • 1
  • 15

1 Answers1

0

You can use SectionList. See the line

Heterogeneous data and item rendering support

itsAj
  • 1
  • 1