* change profiles to people * fixed height desktop
This commit is contained in:
@@ -49,6 +49,8 @@ export const ProfilesList = React.forwardRef<SectionRef, ProfilesListProps>(
|
|||||||
<View style={[{height: initialHeaderHeight + bottomBarOffset}]} />
|
<View style={[{height: initialHeaderHeight + bottomBarOffset}]} />
|
||||||
}
|
}
|
||||||
showsVerticalScrollIndicator={false}
|
showsVerticalScrollIndicator={false}
|
||||||
|
// @ts-ignore
|
||||||
|
desktopFixedHeight
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ function StarterPackScreenInner() {
|
|||||||
return (
|
return (
|
||||||
<View style={isWeb ? {minHeight: '100%'} : {height: '100%'}}>
|
<View style={isWeb ? {minHeight: '100%'} : {height: '100%'}}>
|
||||||
<PagerWithHeader
|
<PagerWithHeader
|
||||||
items={['Profiles', 'Feeds']}
|
items={['People', 'Feeds']}
|
||||||
isHeaderReady={true}
|
isHeaderReady={true}
|
||||||
renderHeader={() => <Header isOwn={isOwn} />}>
|
renderHeader={() => <Header isOwn={isOwn} />}>
|
||||||
{({headerHeight, scrollElRef}) => (
|
{({headerHeight, scrollElRef}) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user