1 2 3 4 5
import { Text } from 'react-native'; export default function App() { return <Text>Expo Fixture</Text>; }