This commit is contained in:
2025-09-03 14:55:01 +02:00
parent 2b24900e0c
commit 64fd988d2f
9 changed files with 187 additions and 123 deletions
+5 -18
View File
@@ -16,14 +16,7 @@
"fallbackToCacheTimeout": 0
},
"packagerOpts": {
"sourceExts": [
"js",
"json",
"ts",
"tsx",
"jsx",
"vue"
]
"sourceExts": ["js", "json", "ts", "tsx", "jsx", "vue"]
},
"splash": {
"image": "./assets/splash.png",
@@ -35,9 +28,7 @@
"supportsTablet": true,
"requireFullScreen": true,
"userInterfaceStyle": "dark",
"associatedDomains": [
"applinks:minuit.starter"
],
"associatedDomains": ["applinks:minuit.starter"],
"bundleIdentifier": "com.minuit.starter",
"infoPlist": {
"UISupportedInterfaceOrientations": [
@@ -48,10 +39,7 @@
"UIInterfaceOrientationLandscapeLeft",
"UIInterfaceOrientationLandscapeRight"
],
"LSApplicationQueriesSchemes": [
"itms-apps",
"minuit"
]
"LSApplicationQueriesSchemes": ["itms-apps", "minuit"]
},
"config": {
"usesNonExemptEncryption": false
@@ -62,15 +50,14 @@
"appleTeamId": "W2QZ9CTMYJ"
},
"android": {
"softwareKeyboardLayoutMode": "resize",
"googleServicesFile": "./config/google-services.json",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0A0D12"
},
"package": "com.minuit.starter",
"permissions": [
"android.permission.RECORD_AUDIO"
]
"permissions": ["android.permission.RECORD_AUDIO"]
},
"web": {
"bundler": "metro"