Skip to content

Commit 4cbe408

Browse files
author
root
committed
feat(mobile): add receive screen share action (#80)
1 parent b87c04e commit 4cbe408

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/receive.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default function ReceiveScreen() {
4444
}
4545
};
4646

47+
// Share the receive payload (address or payment request) via OS share sheet
4748
const handleShare = async () => {
4849
if (!payload) return;
4950
try {

0 commit comments

Comments
 (0)