reanimated-collapsible-navbar icon indicating copy to clipboard operation
reanimated-collapsible-navbar copied to clipboard

Thanks for the code

Open fakeshadow opened this issue 6 years ago • 2 comments
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.

fakeshadow avatar Feb 13 '19 15:02 fakeshadow

Thanks very much, I am glad it was useful! Would you like to make a PR to fix that?

rgommezz avatar Feb 13 '19 18:02 rgommezz

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.

fakeshadow avatar Feb 13 '19 19:02 fakeshadow