We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50facd5 commit a33d300Copy full SHA for a33d300
src/components/picker/PickerItemsList.tsx
@@ -56,7 +56,7 @@ const PickerItemsList = (props: PickerItemsListProps) => {
56
[children]);
57
58
return (
59
- <View useSafeArea={useSafeArea}>
+ <View flex useSafeArea={useSafeArea}>
60
<Modal.TopBar {...topBarProps}/>
61
{renderSearchInput()}
62
0 commit comments