* 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}]} />
|
||||
}
|
||||
showsVerticalScrollIndicator={false}
|
||||
// @ts-ignore
|
||||
desktopFixedHeight
|
||||
/>
|
||||
)
|
||||
},
|
||||
|
||||
@@ -115,7 +115,7 @@ function StarterPackScreenInner() {
|
||||
return (
|
||||
<View style={isWeb ? {minHeight: '100%'} : {height: '100%'}}>
|
||||
<PagerWithHeader
|
||||
items={['Profiles', 'Feeds']}
|
||||
items={['People', 'Feeds']}
|
||||
isHeaderReady={true}
|
||||
renderHeader={() => <Header isOwn={isOwn} />}>
|
||||
{({headerHeight, scrollElRef}) => (
|
||||
|
||||
Reference in New Issue
Block a user