victorkvarghese/WatermelonMessenger

Question

alz10 opened this issue · 3 comments

alz10 commented

Hello, i really liked your work but could it be possible to implement the collapsing header if I'm swiping up and down instead of swiping left and right?

There is a library out there called react-navigation-collapsible that does the collapsing header if you are swiping up and down but due to a bug in react-native, his library causes a sudden flicker/jumping bug in Android which is a serious problem that RN Team wont bother to fix but then i saw your article that might fix that problem with a new method

I'm working on something, not sure when i can deliver. You're welcome to contribute :)

alz10 commented

https://github.com/habibridho/RNCollapsingToolbar

I saw the article, i can see that the collapsing header is perfectly working fine in a single page component but i think if you do it in a react-navigation tabs, the bug will appear. I hope you can find a fix. The bug has been asked in RN repo for like 2 years now unfortunately and untill now, it still exist