benevbright / react-navigation-collapsible

An extension of react-navigation that makes your header collapsible.
MIT License
1.16k stars 93 forks source link

Can I achieve this type of header animation with this library? #128

Open tayguohong opened 4 years ago

tayguohong commented 4 years ago

initial state:

Screenshot 2020-04-28 at 2 45 03 PM

After scrolling until specific height:

Screenshot 2020-04-28 at 2 45 33 PM
benevbright commented 4 years ago

No, and I don't think this module can support it anytime soon but I will write a comment here when it's possible.

tayguohong commented 4 years ago

No, and I don't think this module can support it anytime soon but I will write a comment here when it's possible.

Alright, thank you for fast reply and this library too.

benevbright commented 4 years ago

I opened https://github.com/benevbright/react-navigation-collapsible/pull/159 to resolve this issue. (WIP) There is still one blocker. On Android, react-navigation's backgroundHeader is non-touchable. I may open a PR there and see how they think about it.