JungHsuan / react-native-collapsible-tabview

This is only an implementation of tabview with collapsible header.
MIT License
276 stars 61 forks source link

any way to get this working with the default flatlist pull to refresh? #43

Open sgrund14 opened 4 months ago

sgrund14 commented 4 months ago

hello, thanks for this a great repo!

wondering if there's a way to get it working like this one on coinbase

https://github.com/JungHsuan/react-native-collapsible-tabview/assets/14083701/579d4203-68e1-4a2b-b5ca-068b206b1daa

coinbase actually opensourced their original implementation here, which seems very similar to yours except for a couple of things https://github.com/coinbase/CBTabViewExample https://www.coinbase.com/blog/coinbases-animated-tabbar-in-react-native?source=linkShare-3089be4219ff-1621699865

seems like recently they've updated it to have scroll on header as well as the native flatlist pull to refresh. could that be incorporated here?

JungHsuan commented 3 months ago

I think so. Thanks for your sharing!

audrius-sav commented 6 days ago

@JungHsuan Hey, any updates on this?

audrius-sav commented 5 days ago

@sgrund14 Have you found any solution? Coinbase's blog post doesn't have scroll on header, wondering if you found some workaround?