Update engine and update other options
This commit is contained in:
parent
41f829ef3f
commit
9cf377b199
1 changed files with 7 additions and 3 deletions
10
app.json
10
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": [
|
||||
|
|
Reference in a new issue