如何在本机反应中实现 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)
我试过了react-navigation-collapsible but it does not support tabs due to react-native#21801
类似问题Animating a single View based on multiple ScrollView(s)