From 753a2f562261a8c7f4f0591f774b9877d2890b25 Mon Sep 17 00:00:00 2001 From: tonyfages Date: Wed, 14 May 2025 14:33:00 +0200 Subject: [PATCH] fix :bug: --- app/+not-found.tsx | 7 ++++--- components/WorkoutCardComponent.tsx | 2 ++ package-lock.json | 26 ++++++++++++++++++++++++++ package.json | 1 + 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/app/+not-found.tsx b/app/+not-found.tsx index dcac0d4..e9c125e 100644 --- a/app/+not-found.tsx +++ b/app/+not-found.tsx @@ -1,5 +1,6 @@ import {Link, router, Stack, usePathname, useRouter} from 'expo-router'; -import {Button, StyleSheet, Text, View} from 'react-native'; +import {Button, SafeAreaView, StyleSheet, Text, View} from 'react-native'; +import React from "react"; export default function NotFoundScreen() { @@ -7,9 +8,9 @@ export default function NotFoundScreen() { const router = useRouter(); return ( - <> + - + This screen {pathname} doesn't exist: {pathname}