Closed jacobrosenskold closed 5 years ago
Also strange animation when you go back from a screen without large title to a screen with large title.
I've tested the change in #3610, but I don't think it resolves this issue fully. When navigating to a bottom tab, the title is small until scrolling down. After returning to that tab, the large title persists.
Any ideas on why the large title is not showing initially? I've been working on a solution, but I haven't found the root cause.
Same issue.
Also having this issue, will try to investigate. Seems related to scrollViews
I am currently experiencing this issue as well. Will see if I can figure out a short term solution.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.
The issue has been closed for inactivity.
I'm still having this issue on single component screens, not even inside modals.
For me, #3610 worked.
Doesn’t do anything for me
Found fix,
1) drawBehind should be true,
2) in screen
const {height} = Dimensions.get('window')
...
render() {
return (<View style={{height}}><ScrollView>....</ScrollView></View>);
}
@matpaul that also doesn't work for me. It resolves the scrolling up issue, however when the view loads the topBar is extra large and pops back up (to small) when the FlatList
content loads (from a network request).
UPDATE: it looks like the issue is to do with the refresh controls. When pulling down to refresh the controls appear below the large topBar
when they should be above it. I think this is causing some layout issues. Seems to be directly related to https://github.com/wix/react-native-navigation/issues/5152.
Issue Description
Large title in modal doesn't show until scroll.
Steps to Reproduce / Code Snippets / Screenshots
Environment