import { Text, View } from "react-native"; export default function NotFoundScreen() { return ( Not Found ) }