Skip to content

Commit d93766d

Browse files
committed
Update app.json
1 parent da60949 commit d93766d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"slug": "Blog-Learning-React-Native",
55
"version": "1.0.0",
66
"orientation": "portrait",
7-
"icon": "./assets/icon.png",
7+
"icon": "./app/assets/icon.png",
88
"splash": {
9-
"image": "./assets/splash.png",
9+
"image": "./app/assets/splash.png",
1010
"resizeMode": "contain",
1111
"backgroundColor": "#ffffff"
1212
},
@@ -21,12 +21,12 @@
2121
},
2222
"android": {
2323
"adaptiveIcon": {
24-
"foregroundImage": "./assets/adaptive-icon.png",
24+
"foregroundImage": "./app/assets/adaptive-icon.png",
2525
"backgroundColor": "#FFFFFF"
2626
}
2727
},
2828
"web": {
29-
"favicon": "./assets/favicon.png"
29+
"favicon": "./app/assets/favicon.png"
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)