Browse Source

Fixed app.json errors

Arnaud Vergnet 4 years ago
parent
commit
2a3f19e092
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app.json

+ 2
- 2
app.json View File

@@ -24,8 +24,8 @@
24 24
       "backgroundColor": "#00000000"
25 25
     },
26 26
     "androidNavigationBar": {
27
-      "visible": true,
28
-      "barStyle": "light-content"
27
+      "barStyle": "light-content",
28
+      "backgroundColor": "#121212"
29 29
     },
30 30
     "splash": {
31 31
       "backgroundColor": "#be1522",

Loading…
Cancel
Save