Update camera screens, configuration, and build setup
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user