Skip to content

Commit 4f0b093

Browse files
authored
fix picker with long lists (#1944)
1 parent 30e57e6 commit 4f0b093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/PickerItemsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const PickerItemsList = (props: PickerItemsListProps) => {
5656
[children]);
5757

5858
return (
59-
<View useSafeArea={useSafeArea}>
59+
<View flex useSafeArea={useSafeArea}>
6060
<Modal.TopBar {...topBarProps}/>
6161
{renderSearchInput()}
6262

0 commit comments

Comments
 (0)