From 2a3f19e0923436688a1b1641edf6eafef5857bad Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Fri, 17 Apr 2020 21:24:38 +0200 Subject: [PATCH] Fixed app.json errors --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 7c88943..1413962 100644 --- a/app.json +++ b/app.json @@ -24,8 +24,8 @@ "backgroundColor": "#00000000" }, "androidNavigationBar": { - "visible": true, - "barStyle": "light-content" + "barStyle": "light-content", + "backgroundColor": "#121212" }, "splash": { "backgroundColor": "#be1522",