Fix region sizing on web
This commit is contained in:
parent
3e19728618
commit
fa115c1cba
14 changed files with 25 additions and 16 deletions
|
@ -90,13 +90,13 @@ export const Home = observer(function Home({navIdx, visible}: ScreenParams) {
|
|||
}
|
||||
|
||||
return (
|
||||
<View style={s.h100pct}>
|
||||
<View style={s.hContentRegion}>
|
||||
<Feed
|
||||
testID="homeFeed"
|
||||
key="default"
|
||||
feed={store.me.mainFeed}
|
||||
scrollElRef={scrollElRef}
|
||||
style={s.h100pct}
|
||||
style={s.hContentRegion}
|
||||
onPressTryAgain={onPressTryAgain}
|
||||
onScroll={onMainScroll}
|
||||
headerOffset={HEADER_HEIGHT}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue