Skip to content

Replacement for Tabs.FlashList #489

@itsnyx

Description

@itsnyx

Feature request

Instead of flahlist can we use other list libraries such as legend list ?

the gorhom bottom sheet solved this issue with :

   const BottomSheetScrollable = useBottomSheetScrollableCreator();
            <LegendList
                renderScrollComponent={BottomSheetScrollable}
                ItemSeparatorComponent={() => <View style={{ height: 30 }} />}
                data={data}
                renderItem={renderItem}
              />

Can we have something like this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions