From 9cf377b1996bab6bf75725295cdd82469af4443f Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 5 Jun 2023 00:22:22 -0400 Subject: [PATCH] Update engine and update other options --- app.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 7675783..7661a87 100755 --- a/app.json +++ b/app.json @@ -4,10 +4,11 @@ "slug": "penpot-app", "owner": "sudovanilla", "version": "0.0.1", - "orientation": "landscape", "icon": "./assets/icon.png", - "userInterfaceStyle": "dark", "githubUrl": "https://sudovanilla.com/code/Korbs/Penpot-App/", + "userInterfaceStyle": "automatic", + "orientation": "landscape", + "jsEngine": "hermes", "platforms": [ "android" ], @@ -17,7 +18,9 @@ "backgroundColor": "#FFF" }, "ios": { - "supportsTablet": true + "jsEngine": "jsc", + "supportsTablet": true, + "isTabletOnly": true }, "android": { "adaptiveIcon": { @@ -28,6 +31,7 @@ }, "androidStatusBar": { "backgroundColor": "#000", + "barStyle": "light-content", "translucent": false }, "assetBundlePatterns": [