import * as React from "react"; import { View, Text } from "react-native"; export default function App() { return ( Universal React with Expo ); }