Skip to content

Commit

Permalink
can i?
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuktaj10 committed Jan 31, 2024
1 parent 408e66c commit 00533ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/[...missing].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ import { Link, Stack } from 'expo-router';
import { StyleSheet } from 'react-native';

import { Text, View } from '../components/Themed';
import React from 'react';

export default function NotFoundScreen() {
return (
<>
<Stack.Screen options={{ title: 'Oops!' }} />
<View style={styles.container}>
<Text style={styles.title}>This screen doesn't exist.</Text>

<Text>This is nice</Text>
<Link href="/" style={styles.link}>
<Text style={styles.linkText}>Go to home screen!</Text>
</Link>
Expand Down

0 comments on commit 00533ec

Please sign in to comment.