cleanup desktop and mobile assets and icons

This fixes quirks for different platforms
This commit is contained in:
Arjun Patel
2026-05-28 12:22:47 -07:00
parent 3bfc15945d
commit 75dc8637c1
36 changed files with 51 additions and 9 deletions
+8 -2
View File
@@ -14,7 +14,7 @@ const config: ExpoConfig = {
splash: {
image: "./assets/icon.png",
resizeMode: "contain",
backgroundColor: "#000000",
backgroundColor: "#2B2B2B",
},
ios: {
supportsTablet: true,
@@ -23,6 +23,12 @@ const config: ExpoConfig = {
ITSAppUsesNonExemptEncryption: false,
},
},
android: {
adaptiveIcon: {
foregroundImage: "./assets/icon.png",
backgroundColor: "#2B2B2B",
},
},
plugins: [
[
"expo-build-properties",
@@ -53,7 +59,7 @@ const config: ExpoConfig = {
[
"expo-notifications",
{
icon: "./assets/icon.png",
icon: "./assets/notification-icon.png",
color: "#000000",
},
],
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.
Binary file not shown.