Skip to content

Commit

Permalink
Merge pull request #62 from mgonzalezg9/feature/59-remove-mobile-icon…
Browse files Browse the repository at this point in the history
…-background

Remove splash and icon backgrounds
  • Loading branch information
mgonzalezg9 authored Oct 27, 2024
2 parents d618921 + ebb8bf8 commit 42f1c46
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,19 @@
"userInterfaceStyle": "automatic",
"splash": {
"image": "./src/assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"resizeMode": "contain"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.mgonzalezg9.Sweather"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/adaptive-icon.png",
"backgroundColor": "#d1d1d1"
"foregroundImage": "./src/assets/images/adaptive-icon.png"
},
"package": "com.mgonzalezg9.Sweather",
"permissions": [
Expand Down

0 comments on commit 42f1c46

Please sign in to comment.