There was an error while loading. Please reload this page.
1 parent b87c04e commit 4cbe408Copy full SHA for 4cbe408
1 file changed
app/receive.tsx
@@ -44,6 +44,7 @@ export default function ReceiveScreen() {
44
}
45
};
46
47
+ // Share the receive payload (address or payment request) via OS share sheet
48
const handleShare = async () => {
49
if (!payload) return;
50
try {
0 commit comments