react-native-collapsible-tab-view icon indicating copy to clipboard operation
react-native-collapsible-tab-view copied to clipboard

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

Open iarmankhan opened this issue 2 years ago • 3 comments

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

iarmankhan avatar May 25 '22 10:05 iarmankhan

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

andreialecu avatar May 25 '22 12:05 andreialecu

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

hotaryuzaki avatar Feb 17 '23 14:02 hotaryuzaki

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

  • https://github.com/PedroBern/react-native-collapsible-tab-view/pull/353
  • https://github.com/PedroBern/react-native-collapsible-tab-view/pull/360

gkartalis avatar Aug 31 '23 09:08 gkartalis