Skip to content

How can I convert ListHeaderComponent to sticky header? #1019

Closed
@bloggerklik

Description

@bloggerklik

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.

            <FlatList
                stickyHeaderIndices={[0]}
                ListHeaderComponent={ <Header/> }
            />

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions