Skip to content

Commit

Permalink
fix splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed May 23, 2020
1 parent 0ff7597 commit 2cc8d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"ios",
"android"
],
"version": "0.4.72",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"splash": {
"image": "./src/assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#f6f6fa"
},
"updates": {
"fallbackToCacheTimeout": 0
Expand All @@ -31,7 +31,7 @@
},
"android": {
"package": "io.plutosocial.pluto",
"versionCode": 10
"versionCode": 11
},
"packagerOpts": {
"config": "metro.config.js",
Expand Down
Binary file modified src/assets/images/splash.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 2cc8d65

Please sign in to comment.