Skip to content

Commit 02c9b0f

Browse files
committed
fix path
1 parent 3d1221e commit 02c9b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"expo-splash-screen",
7979
{
8080
"backgroundColor": "#000000",
81-
"image": "./assets/myappicon.png",
81+
"image": "./assets/images/myappicon.png",
8282
"dark": {
83-
"image": "./assets/myappicon.png",
83+
"image": "./assets/images/myappicon.png",
8484
"backgroundColor": "#000000"
8585
},
8686
"imageWidth": 200

0 commit comments

Comments
 (0)