Skip to content

Commit c18b493

Browse files
author
tingyuan
committed
-
1 parent b0bee93 commit c18b493

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
"resizeMode": "contain",
3232
"backgroundColor": "#e4fcbd",
33-
"image": "./assets/images/splash-icon.png",
33+
"image": "./assets/splash-icon.png",
3434
"imageWidth": 200
3535
}
3636
],

eas.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cli": {
3-
"version": ">= 11.0.2"
3+
"version": ">= 11.0.2",
4+
"appVersionSource": "local"
45
},
56
"build": {
67
"development": {

0 commit comments

Comments
 (0)