import { View, Text } from "react-native"; export default function MyApp() { return ( Hello from One ); }