This commit is contained in:
2025-10-06 14:58:14 +02:00
parent fd416b5b05
commit c1af1cede9
6 changed files with 23 additions and 19 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
import { Feather } from "@expo/vector-icons";
import { Portal } from "@gorhom/portal";
import { BlurView } from "expo-blur";
import React, { useMemo } from "react";
@@ -36,13 +35,13 @@ const ShareQrModal = ({
tint="dark"
style={styles.modalCard}
>
<Pressable
{/* <Pressable
onPress={onClose}
style={styles.closeButton}
hitSlop={10}
>
<Feather name="x" size={20} color={Palette.white} />
</Pressable>
</Pressable> */}
<View style={styles.content}>
<Text style={styles.title}>{title}</Text>