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": [