Components
Loading preview...
import { View } from 'react-native'
import ExpoCliCard from '@/components/ui/expo-cli-e2e-20260604140604'
export default function BasicDemo() {
return (
<View style={{ flex: 1, justifyContent: 'center', padding: 24 }}>
<ExpoCliCard />
</View>
)
}