You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a component in ListHeaderComponent. I want to convert this into a sticky header. How can I do it? In FlatList, it is sufficient to give stickyHeaderIndices={[0]}. But this does not work in FlashList.