KingAmo
KingAmo

Reputation: 424

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

i tried react-navigation-collapsible but it does not support tabs due to react-native#21801

similar question Animating a single View based on multiple ScrollView(s)

React native animation scrollview onScroll event not working with external method

Upvotes: 2

Views: 1030

Answers (1)

Waheed Akhtar
Waheed Akhtar

Reputation: 3187

You can use this one for having tabs in the header.

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

It can be implemented in this way.

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

You can follow this one.

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

Upvotes: 3

Related Questions