index.tsx 110 B

123456
  1. import { Text, View } from 'react-native';
  2. export default function Page() {
  3. return <Text>Page</Text>;
  4. }