Skip to content

Commit

Permalink
chore: update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo committed Oct 26, 2024
1 parent 3a43d5a commit 60763d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "7.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"scheme": "fzuhelper",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
Expand All @@ -19,11 +19,7 @@
},
"android": {
"package": "com.helper.west2ol.fzuhelper",
"versionCode": "700001",
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png",
"backgroundColor": "#ffffff"
}
"versionCode": "700001"
},
"web": {
"bundler": "metro",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "1.0.0",
"scripts": {
"start": "expo start",
"run:android": "expo run:android",
"run:ios": "expo run:ios",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild:android": "expo prebuild --platform android",
"prebuild:ios": "expo prebuild --platform ios",
"test": "jest --watchAll",
Expand Down

0 comments on commit 60763d4

Please sign in to comment.