PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
829 stars 160 forks source link

Tabs.Recyclerlistview #262

Open alexpchin opened 2 years ago

alexpchin commented 2 years ago

Feature request

It would be nice to have a Recyclerlistview component to optimise tabs. https://github.com/Flipkart/recyclerlistview

andreialecu commented 2 years ago

With the upcoming migration to Fabric in the RN world, I think recyclerlistview might soon be deprecated (or at least will need a full rewrite)

That being said, it might be possible to just create your own wrapper for it using https://github.com/PedroBern/react-native-collapsible-tab-view/blob/main/src/FlatList.tsx as a guideline.