From c0bc6d35672a7c5e790fd262cb27254235486166 Mon Sep 17 00:00:00 2001 From: Andy Fuchs Date: Sat, 12 Jan 2019 13:01:09 +0100 Subject: [PATCH] add config for statusBarColor --- demo-app/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo-app/config.json b/demo-app/config.json index 2cdf0530..d252823e 100644 --- a/demo-app/config.json +++ b/demo-app/config.json @@ -25,7 +25,8 @@ "relatedITunesApplicationID": "1203927581", "iconFile": "icon.ios.png", "splashScreenIconFile": "icon.ios.png", - "splashScreenBackgroundColor": "#f7f7f8" + "splashScreenBackgroundColor": "#f7f7f8", + "statusBarColor": "default" }, "android": { "buildOnBuildCommand": true,