From 9f99590fd9a3ef7dd9505ff3b418b3e92674b4d1 Mon Sep 17 00:00:00 2001 From: lance chant <13349722+lancechant@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:01:32 +0200 Subject: [PATCH] Update app/_layout.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- app/_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_layout.tsx b/app/_layout.tsx index 95a0e26a..ed6a5bee 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -109,7 +109,7 @@ SplashScreen.setOptions({ try { Image.configureCache({ maxMemoryCost: Platform.isTV - ? 8 * 1024 * 1024 // ~48 MB on TV + ? 8 * 1024 * 1024 // ~8 MB on TV : 128 * 1024 * 1024, // ~128 MB on mobile maxDiskSize: 200 * 1024 * 1024, // 200 MB disk cache on all platforms });