From 126a96896cf4d14f1b3e482b8949165dd88dc341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Tue, 3 Sep 2024 22:04:45 +0200 Subject: [PATCH] fix: touchable instead of link button --- pages/settings/Wallets.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/settings/Wallets.tsx b/pages/settings/Wallets.tsx index 0668fa3..abb5352 100644 --- a/pages/settings/Wallets.tsx +++ b/pages/settings/Wallets.tsx @@ -1,5 +1,5 @@ import { Link } from "expo-router"; -import { Pressable, View } from "react-native"; +import { Pressable, TouchableOpacity, View } from "react-native"; import { FlatList } from "react-native"; import { Settings2, Wallet2 } from "~/components/Icons"; import { Button } from "~/components/ui/button"; @@ -47,12 +47,12 @@ export function Wallets() { {active && ( - + )}