Skip to content

Mobile profile header redesign#14100

Merged
dylanjeffers merged 2 commits into
mainfrom
mobile-profile
Apr 10, 2026
Merged

Mobile profile header redesign#14100
dylanjeffers merged 2 commits into
mainfrom
mobile-profile

Conversation

@dylanjeffers
Copy link
Copy Markdown
Contributor

No description provided.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 10, 2026

⚠️ No Changeset found

Latest commit: 82b9a40

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dylanjeffers dylanjeffers changed the title Mobile profile Mobile profile header redesign Apr 10, 2026
@dylanjeffers dylanjeffers merged commit 141b067 into main Apr 10, 2026
3 checks passed
@dylanjeffers dylanjeffers deleted the mobile-profile branch April 10, 2026 19:29
dylanjeffers pushed a commit that referenced this pull request Apr 11, 2026
The profile header redesign (#14100) removed the native navigation header
(headerShown: false) but didn't account for two side effects:

1. Tabs rest too high: Without a native header, the collapsible tab bar
   collapses to y=0, going behind the status bar. Fix by passing
   minHeaderHeight=insets.top through the collapsible tab component chain
   so tabs stop below the status bar.

2. No infinite scroll: Tabs.SectionList overrides onScroll with its own
   Reanimated handler, which prevents VirtualizedList's internal
   onEndReached from firing. Fix by synthesizing onEndReached using
   useAnimatedReaction on the Reanimated scroll value, tracking content
   and layout heights to detect when the user scrolls near the end.

https://claude.ai/code/session_015CpPWeuzkKCQecBFQLqCm3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant