From 8cf21d56cf2c1e496309ae8dcbb6a2f77ec2bb17 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 4 Feb 2026 13:54:06 -0600 Subject: [PATCH] Update android splash colors --- app.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.config.js b/app.config.js index cab8f83489..37f17b7510 100644 --- a/app.config.js +++ b/app.config.js @@ -313,22 +313,22 @@ module.exports = function (_config) { { ios: { enableFullScreenImage_legacy: true, // iOS only - backgroundColor: '#A8CCFF', // primary_200 + backgroundColor: '#006AFF', // primary_500 image: './assets/splash/splash.png', resizeMode: 'cover', dark: { enableFullScreenImage_legacy: true, // iOS only - backgroundColor: '#00398A', // primary_800 + backgroundColor: '#002861', // primary_900 image: './assets/splash/splash-dark.png', resizeMode: 'cover', }, }, android: { - backgroundColor: '#A8CCFF', // primary_200 + backgroundColor: '#006AFF', // primary_500 image: './assets/splash/android-splash-logo-white.png', imageWidth: 102, // even division of 306px dark: { - backgroundColor: '#00398A', // primary_800 + backgroundColor: '#002861', // primary_900 image: './assets/splash/android-splash-logo-white.png', imageWidth: 102, },