Components
Expo CLI publish end to end rendered smoke component.
Loading preview...
import { View } from 'react-native'
import ExpoCliLucideCard from '@/components/ui/expo-cli-lucide-e2e-20260604170912'
export default function BasicDemo() {
return (
<View style={{ flex: 1, justifyContent: 'center', padding: 32, backgroundColor: '#f8fafc' }}>
<ExpoCliLucideCard />
</View>
)
}