benevbright/react-navigation-collapsible

Collapse as soon as scrolling starts

Closed this issue · 2 comments

I want the header to start collapsing right when the user starts scrolling instead of getting to a certain position. Is that possible?

It has exported function setSafeBounceHeight for that. But unfortunately, it's really not compatible with iOS's bouncing effect. You can try it out but it wouldn't be working well.

thanks I found that, if I set bounces={false} it works well. Thank you