Merge branch 'develop' into fix/downloads-of-other-media

This commit is contained in:
Fredrik Burmester
2025-10-01 08:32:44 +02:00
2 changed files with 71 additions and 34 deletions

View File

@@ -460,12 +460,7 @@ export const HomeIndex = () => {
style={{ marginTop: Platform.isTV ? 0 : -100 }}
contentContainerStyle={{ paddingTop: Platform.isTV ? 0 : 100 }}
>
<AppleTVCarousel
initialIndex={0}
onItemChange={(index) => {
console.log(`Now viewing carousel item ${index}`);
}}
/>
<AppleTVCarousel initialIndex={0} />
<View
style={{
paddingLeft: insets.left,