如何在本机反应中实现 Twitter 个人资料屏幕的用户体验,可折叠 header(粘性标签栏)带有可滚动标签?

How can I implement the UX of Twitter's Profile screen in react native,collapsible header (Sticky TabBar) with scrollable tabs?

我试过了react-navigation-collapsible but it does not support tabs due to react-native#21801

类似问题Animating a single View based on multiple ScrollView(s)

您可以使用这个在 header 中添加标签。

https://github.com/netguru/sticky-parallax-header

可以这样实现

https://snack.expo.io/@waheed25/89a9dc

你可以关注这个。

https://medium.com/@andi.gu.ca/a-collapsing-navbar-with-tabs-in-react-native-e80790588830