Skip to content

Commit ead58a5

Browse files
committed
Update expo configuration for add icon and splash image
1 parent 0c6589c commit ead58a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app.json

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"sdkVersion": "22.0.0",
55
"version": "0.0.1",
66
"slug": "vocadb-app",
7+
"icon": "./resources/icon-v1.png",
8+
"splash": {
9+
"backgroundColor": "#FFFFFF",
10+
"image": "./resources/splash.png"
11+
},
712
"ios": {
813
"bundleIdentifier": "com.vocadb.app"
914
},

0 commit comments

Comments
 (0)