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}