Fix region sizing on web

This commit is contained in:
Paul Frazee 2023-02-24 10:10:21 -06:00
parent 3e19728618
commit fa115c1cba
14 changed files with 25 additions and 16 deletions

View file

@ -84,7 +84,7 @@ export const Search = observer(({navIdx, visible, params}: ScreenParams) => {
}
return (
<View style={s.h100pct}>
<View style={s.hContentRegion}>
<ViewHeader title="Explore" />
<ScrollView
ref={scrollElRef}