chore: adjust padding in ProfileScreen for improved layout
This commit is contained in:
parent
69a0c940d2
commit
5cbdf69eeb
|
|
@ -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} />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue