PedroBern / react-native-collapsible-tab-view

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

Can we use this library with @react-native-seoul/masonry-list? #264

Open iarmankhan opened 2 years ago

iarmankhan commented 2 years ago

Hi, the title says it all. I want to use this library with Masonry list created using @react-native-seoul/masonry-list.

Can we use it? I saw in the docs that we have to use Tabs.ScrollView for it to properly work, so just wondering if we can use it.

Thanks

andreialecu commented 2 years ago

Out of the box, most likely it's not compatible. However, if you really need support you might be able to fork and add it yourself.

Tabs.ScrollView is just a wrapper for the original scrollview. You can try adding a similar one.

See: https://github.com/PedroBern/react-native-collapsible-tab-view/blob/main/src/ScrollView.tsx

hotaryuzaki commented 1 year ago

Hi, the title says it all. I want to use this library with Masonry list created using @react-native-seoul/masonry-list.

Can we use it? I saw in the docs that we have to use Tabs.ScrollView for it to properly work, so just wondering if we can use it.

Thanks

are you solved this issue?? we want add @react-native-seoul/masonry-list in each tab

gkartalis commented 10 months ago

I think this can be closed. Adressed in the prs below but with Shopify masonry: