Fix:
- icon.png menjadi logo hipmi

## No Issue
This commit is contained in:
2025-08-15 14:11:43 +08:00
parent f2ba8fd4b1
commit 4f4d9b2f05
7 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png", "foregroundImage": "./assets/images/splash-icon.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"edgeToEdgeEnabled": true, "edgeToEdgeEnabled": true,

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -11,6 +11,8 @@
"include": [ "include": [
"**/*.ts", "**/*.ts",
"**/*.tsx", "**/*.tsx",
"app/(application)/admin/app-information/business-field/[id]" "app/(application)/admin/app-information/business-field/[id]",
".expo/types/**/*.ts",
"expo-env.d.ts"
] ]
} }