This commit is contained in:
Fredrik Burmester
2025-09-30 13:07:15 +02:00
parent 7a11f4a54b
commit afe57d4c76
9 changed files with 346 additions and 311 deletions

View File

@@ -193,7 +193,7 @@ export function PlatformDropdown({
onOptionSelect={onOptionSelect}
/>,
{
enableDynamicSizing: bottomSheetConfig?.enableDynamicSizing ?? true,
snapPoints: ["90%"],
enablePanDownToClose: bottomSheetConfig?.enablePanDownToClose ?? true,
},
);
@@ -214,7 +214,7 @@ export function PlatformDropdown({
<Host style={expoUIConfig?.hostStyle}>
<ContextMenu>
<ContextMenu.Trigger>
<View className='w-9 h-9 flex items-center justify-center'>
<View className=''>
{trigger || <Button variant='bordered'>Show Menu</Button>}
</View>
</ContextMenu.Trigger>