-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I convert ListHeaderComponent to sticky header? #1019
Comments
+1 |
check this page of the doc as an inspiration : https://shopify.github.io/flash-list/docs/guides/section-list |
Just make it first item of the list instead. Not following FlatList here was intentional and we don't plan on changing that. |
@naqvitalha is this applicable for |
Why is this closed ?
|
How would this work exactly if numColumns is greater than 1? My ListHeaderComponent has the full width of the list and by making it the first item it's treated as if it should fit in a column... |
I have a component in
ListHeaderComponent
. I want to convert this into a sticky header. How can I do it? InFlatList
, it is sufficient to givestickyHeaderIndices={[0]}
. But this does not work inFlashList
.The text was updated successfully, but these errors were encountered: