react-native-collapsible-tab-view
react-native-collapsible-tab-view copied to clipboard
Tabs with Recyclerlistview possible ?
trafficstars
Hello,
I have seen a Tab with flatlist or scrollview. Is that possible with recyclerlistview ?
did you got any solution ?
Take a look at the code in https://github.com/PedroBern/react-native-collapsible-tab-view/blob/main/src/FlatList.tsx
You can probably add your own implementation similar to it.
@andreialecu Thanks