Components
Expo E2E parent dependency that references a nested registry dependency.
Loading preview...
import { View } from "react-native"
import ExpoE2EDep202606081730 from "@/components/ui/expo-e2e-dep-20260608-1730"
export default function Demo() {
return (
<View style={{ padding: 24 }}>
<ExpoE2EDep202606081730 />
</View>
)
}