-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request