Initial Commit

This commit is contained in:
2024-09-15 14:36:20 +02:00
parent 05038d512b
commit ec7ef45b96
35 changed files with 22411 additions and 0 deletions

49
app.json Normal file
View File

@@ -0,0 +1,49 @@
{
"expo": {
"name": "KlaTab",
"slug": "KlaTabUSW",
"version": "1.2.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#3D3D3D"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"buildNumber": "21",
"supportsTablet": true,
"bundleIdentifier": "de.edvschuleplattling.klatab.klatab"
},
"android": {
"versionCode": 24,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "de.edvschuleplattling.klatab.klatab"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "c699ba75-2f26-439a-91a6-2a0cb0690a13"
}
},
"plugins": [
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
]
]
}
}