Update camera screens, configuration, and build setup

This commit is contained in:
2026-05-30 19:13:04 +02:00
parent d8e397eac1
commit 305d8fd449
14 changed files with 144 additions and 373 deletions
+4 -5
View File
@@ -4,7 +4,7 @@
"slug": "Schnappix",
"version": "1.0.0",
"orientation": "landscape",
"icon": "./assets/icon.png",
"icon": "./Icon.png",
"userInterfaceStyle": "dark",
"ios": {
"supportsTablet": true,
@@ -14,7 +14,7 @@
"package": "com.schnappix",
"adaptiveIcon": {
"backgroundColor": "#121214",
"foregroundImage": "./assets/icon.png"
"foregroundImage": "./Icon.png"
},
"permissions": [
"android.permission.CAMERA",
@@ -48,15 +48,14 @@
{
"android": {
"extraMavenRepos": [
"https://jitpack.io",
"https://jcenter.bintray.com"
"https://jitpack.io"
]
}
}
],
"./plugins/withKioskAdmin",
"./plugins/withUsbCamera",
"./plugins/withSettingsRepositories"
"./plugins/withLocalAars"
],
"extra": {
"eas": {