reanimated-collapsible-navbar
reanimated-collapsible-navbar copied to clipboard
Thanks for the code
trafficstars
It works pretty well and really helped me to understand more about the reanimated lib. However on my Android phone the nav bar behave strangely when scroll to top. I have to disable overscroll to fix the probelm.
Thanks very much, I am glad it was useful! Would you like to make a PR to fix that?
Thanks for asking. But I don't know if it's a common issue or just me and it's a very easy fix which also make me lose the nice animation of overscrolling so maybe it's best I leave the fix here for people have the same issue as me.
Just add overScrollMode='never' to the props of scrollView or flatList and it's done.