Skip to content

Commit 7aabd21

Browse files
author
tingyuan
committed
-
1 parent 6e8d292 commit 7aabd21

8 files changed

Lines changed: 4 additions & 3 deletions

File tree

app.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"android": {
1515
"adaptiveIcon": {
16-
"foregroundImage": "./assets/images/adaptive-icon.png",
16+
"foregroundImage": "./assets/images/android-icon-foreground.png",
17+
"backgroundImage": "./assets/images/android-icon-background.png",
1718
"backgroundColor": "#ffffff"
1819
},
1920
"package": "com.tingyuan.hotsou"
@@ -28,8 +29,8 @@
2829
"expo-splash-screen",
2930
{
3031
"resizeMode": "contain",
31-
"backgroundColor": "#e4fcbd",
32-
"image": "./assets/splash-icon.png"
32+
"backgroundColor": "#ffffff",
33+
"image": "./assets/images/splash-icon.png"
3334
}
3435
],
3536
[

assets/images/adaptive-icon.png

-14.1 KB
Binary file not shown.
45.7 KB
Loading
6.32 KB
Loading

assets/images/favicon.png

-992 Bytes
Loading

assets/images/icon.png

25.1 KB
Loading

assets/images/splash-icon.png

42.1 KB
Loading

assets/splash-icon.png

-23.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)