cleanup desktop and mobile assets and icons
This fixes quirks for different platforms
@@ -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",
|
||||
},
|
||||
],
|
||||
|
||||
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 667 B |
|
Before Width: | Height: | Size: 1001 B |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 1001 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 35 KiB |