Skip to content

Commit 2cc8d65

Browse files
author
Clay Tercek
committed
fix splash screen
1 parent 0ff7597 commit 2cc8d65

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"ios",
99
"android"
1010
],
11-
"version": "0.4.72",
11+
"version": "1.0.0",
1212
"orientation": "portrait",
1313
"icon": "./src/assets/images/icon.png",
1414
"splash": {
1515
"image": "./src/assets/images/splash.png",
1616
"resizeMode": "contain",
17-
"backgroundColor": "#ffffff"
17+
"backgroundColor": "#f6f6fa"
1818
},
1919
"updates": {
2020
"fallbackToCacheTimeout": 0
@@ -31,7 +31,7 @@
3131
},
3232
"android": {
3333
"package": "io.plutosocial.pluto",
34-
"versionCode": 10
34+
"versionCode": 11
3535
},
3636
"packagerOpts": {
3737
"config": "metro.config.js",

src/assets/images/splash.png

56.2 KB
Loading

0 commit comments

Comments
 (0)