We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b2a223 + 7f723ed commit d3afb19Copy full SHA for d3afb19
src/components/EmptySelectionListContent.tsx
@@ -48,7 +48,7 @@ function EmptySelectionListContent({contentType}: EmptySelectionListContentProps
48
);
49
50
return (
51
- <ScrollView>
+ <ScrollView contentContainerStyle={[styles.flexGrow1]}>
52
<View style={[styles.flex1, styles.overflowHidden, styles.minHeight65]}>
53
<BlockingView
54
icon={Illustrations.ToddWithPhones}
0 commit comments