Update app/_layout.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
lance chant
2026-06-24 15:01:32 +02:00
committed by GitHub
parent 3b926e0061
commit 9f99590fd9

View File

@@ -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
});