diff --git a/app/(auth)/(tabs)/(home)/settings.tsx b/app/(auth)/(tabs)/(home)/settings.tsx index 2a64b3ce..c688f9b2 100644 --- a/app/(auth)/(tabs)/(home)/settings.tsx +++ b/app/(auth)/(tabs)/(home)/settings.tsx @@ -34,14 +34,7 @@ export default function settings() { paddingBottom: 100, }} > - + Information diff --git a/components/Chromecast.tsx b/components/Chromecast.tsx index 60c4400d..0b8c9cce 100644 --- a/components/Chromecast.tsx +++ b/components/Chromecast.tsx @@ -1,6 +1,6 @@ import { BlurView } from "expo-blur"; import React, { useEffect } from "react"; -import { View, ViewProps } from "react-native"; +import { Platform, View, ViewProps } from "react-native"; import GoogleCast, { CastButton, useCastDevice, @@ -37,6 +37,16 @@ export const Chromecast: React.FC = ({ }, [client, devices, castDevice, sessionManager, discoveryManager]); if (background === "transparent") + return ( + + + + ); + + if (Platform.OS === "android") return ( = ({ items }) => { return ( - {items[0].SeriesName} + {items[0].SeriesName} {items.length}