React-native-screens: [native-stack] Large title scrolls completely wrong

Created on 11 Feb 2020  路  5Comments  路  Source: software-mansion/react-native-screens

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.

bug iOS native-stack scrollView

Most helpful comment

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?

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings