Merge remote-tracking branch 'origin/chore/sdk-56-migration' into feat/tv-interface

# Conflicts:
#	bun.lock
#	package.json
This commit is contained in:
Fredrik Burmester
2026-05-30 21:44:02 +02:00
23 changed files with 422 additions and 686 deletions

View File

@@ -263,7 +263,7 @@ const createStyles = (typography: ReturnType<typeof useScaledTVTypography>) =>
color: "#fff",
},
downloadingOverlay: {
...StyleSheet.absoluteFillObject,
...StyleSheet.absoluteFill,
backgroundColor: "rgba(0,0,0,0.5)",
borderRadius: scaleSize(14),
justifyContent: "center",