chore: adjust padding in ProfileScreen for improved layout

This commit is contained in:
lawvs 2025-05-12 14:25:02 +08:00
parent 69a0c940d2
commit 5cbdf69eeb
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ function ProfileScreenImpl(props: { userId: string }) {
<ReAnimatedScrollView
nestedScrollEnabled
onScroll={scrollHandler}
contentContainerStyle={{ paddingBottom: insets.bottom, paddingTop: headerHeight }}
contentContainerStyle={{ paddingBottom: insets.bottom + 24, paddingTop: headerHeight }}
>
<UserHeaderBanner scrollY={scrollY} userId={props.userId} />