fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user