added ShowInfo component to showDetails.tsx

This commit is contained in:
Cron1cle
2025-10-06 19:46:32 +02:00
parent 299cbcab0a
commit 06e5f256a9
2 changed files with 55 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
import StackHeader from "@/components/ui/StackHeader";
import { useLocalSearchParams, router } from "expo-router";
import ShowInfo from "@/components/ui/ShowInfo";
import React from "react";
import {
Dimensions,
@@ -34,13 +35,11 @@ export default function ShowDetails() {
}}
style={styles.showImage}
/>
<View style={styles.showMainInfoSection}>
<Text style={styles.showInfoText}>10 Staffeln</Text>
<View style={styles.dot} />
<Text style={styles.showInfoText}>442 Teilnehmer</Text>
<View style={styles.dot} />
<Text style={styles.showInfoText}>RTL +</Text>
</View>
<ShowInfo
seasons={10}
participants={150}
streamingService={streamingService as string}
/>
<View style={styles.showBannerLogoContainer}>
<Image