added ShowInfo component to showDetails.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user