Hey guys, I wanted to implement React-Navigation v5 into my project, but now found an issue, which is very huge. I also found some bugs regarding this one.
Referenced here:
I think both questions on SO have described the issue properly, so I don't need to redescribe here, but yeah. I have this issue right now.
Wow, still no update?
You should use headerTranslucent: true and contentInsetAdjustmentBehavior prop set to "automatic" on your ScrollView component. Setting it should make the ScrollView with largeHeader behave the way it was designed by Apple. Does it solve your issue?
I am closing this issue since it should be resolved. Feel free to comment if something is wrong.
https://github.com/software-mansion/react-native-screens/issues/320#issuecomment-670469660 fixed it for me.
Most helpful comment
You should use
headerTranslucent: trueandcontentInsetAdjustmentBehaviorprop set to "automatic" on yourScrollViewcomponent. Setting it should make theScrollViewwithlargeHeaderbehave the way it was designed by Apple. Does it solve your issue?