diff --git a/pages/receive/Receive.tsx b/pages/receive/Receive.tsx index 80efe74..0157b61 100644 --- a/pages/receive/Receive.tsx +++ b/pages/receive/Receive.tsx @@ -2,7 +2,7 @@ import { Nip47Transaction } from "@getalby/sdk/dist/NWCClient"; import * as Clipboard from "expo-clipboard"; import { Link, router } from "expo-router"; import React from "react"; -import { Share, TouchableOpacity, View } from "react-native"; +import { Image, Share, TouchableOpacity, View } from "react-native"; import Toast from "react-native-toast-message"; import DismissableKeyboardView from "~/components/DismissableKeyboardView"; import { DualCurrencyInput } from "~/components/DualCurrencyInput"; @@ -207,7 +207,16 @@ export function Receive() { {!enterCustomAmount && (invoice.length || lightningAddress) && ( <> - + + + + + + {invoice ? (