Had a scroll on header issue for months. I had to wrap my header in a custom gesture handler and pass the scroll distances to the lists rendered by each tab in order to achieve the "header scroll" functionality seen in most apps (instagram, tiktok, etc.). I found that switching from a custom navigation header / navbar to the default navigation header / navbar solved the issue. Allowing the documented "box-none" style required for a scrolling on the tab header to work properly. Using the default header and adding further customization through screen options exclusively seemed to fix the bug,
Had a scroll on header issue for months. I had to wrap my header in a custom gesture handler and pass the scroll distances to the lists rendered by each tab in order to achieve the "header scroll" functionality seen in most apps (instagram, tiktok, etc.). I found that switching from a custom navigation header / navbar to the default navigation header / navbar solved the issue. Allowing the documented "box-none" style required for a scrolling on the tab header to work properly. Using the default header and adding further customization through screen options exclusively seemed to fix the bug,