Skip to content

Commit

Permalink
fix: Fix white icon background in app
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-software committed Oct 19, 2021
1 parent 37a9e79 commit 35f5611
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"slug": "greenEggsMobile",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"icon": "./src/assets/images/icon-white-bg.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
Expand All @@ -19,7 +19,8 @@
"**/*"
],
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "app.greeneggs.mobile"
},
"android": {
"adaptiveIcon": {
Expand Down
Binary file modified src/assets/images/adaptive-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/icon-white-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35f5611

Please sign in to comment.