mobile: bug fix

This commit is contained in:
daniel31x13
2025-11-16 17:07:58 -05:00
parent 17b578361a
commit 9eb4c883ff

View File

@@ -236,9 +236,10 @@ const RootComponent = ({
<DropdownMenu.Item
key="share"
onSelect={async () => {
// share url
await Share.share({
url: tmp.link?.url as string,
...(Platform.OS === "android"
? { message: tmp.link?.url as string }
: { url: tmp.link?.url as string }),
});
}}
>