From 6d2e897c9f5be43490d11aed9e509b128ee62b03 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Fri, 16 Jan 2026 08:31:44 +0100 Subject: [PATCH] fix: badge for tv --- components/Badge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Badge.tsx b/components/Badge.tsx index b33fff2b..a694e3a5 100644 --- a/components/Badge.tsx +++ b/components/Badge.tsx @@ -28,7 +28,7 @@ export const Badge: React.FC = ({ ); - if (Platform.OS === "ios") { + if (Platform.OS === "ios" && !Platform.isTV) { return (