import { Text, View } from 'react-native'; export default function Page() { return <Text>Page</Text>; }