Is there a common way to have a sticky header in a FlatList that has a nested ListHeaderComponent?
I have a flatlist with a complex Header (It has another Horizontal Flatlist and a few other views that are supposed to appear above the flatlist. It all works flawlessly. However, I wanted to add a sticky header to the page. I have searched and there is no option to make a specific view (or first view in fragment). Nothing works. I need to have an isolated header to be sticky, and content above the data of the flatlist. What is the most common practice? Inject the components in the data for the flatlist and keep the header isolated? I can’t believe how complicated this functionality is. Let me know if there’s any other way that doesn’t seem this ‘hacky.’