mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-19 02:34:17 +01:00
wip
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user