Mobile App design
Run Tests on Branches / Detect Changes (push) Successful in 10s
Run Tests on Branches / Backend Tests (push) Successful in 2m12s
Run Tests on Branches / Frontend Tests (push) Has been skipped
Run Tests on Branches / Frontend Mobile Tests (push) Successful in 1m47s

This commit is contained in:
Ichitux
2026-07-09 13:33:54 +02:00
parent 5f604b11ba
commit 2f36ef685d
32 changed files with 1793 additions and 926 deletions
+13
View File
@@ -111,6 +111,7 @@
"expo-image-picker": "~57.0.2",
"expo-linking": "~57.0.1",
"expo-local-authentication": "~57.0.0",
"expo-location": "~57.0.2",
"expo-notifications": "~57.0.3",
"expo-router": "~57.0.3",
"expo-secure-store": "~57.0.0",
@@ -792,6 +793,18 @@
"expo": "*"
}
},
"apps/frontend-mobile/node_modules/expo-location": {
"version": "57.0.2",
"resolved": "https://registry.npmjs.org/expo-location/-/expo-location-57.0.2.tgz",
"integrity": "sha512-yyize0BsBfZjgelBQdhWFH2JUh9OLJOUt7fxz73Y70nbRV2rXZ7A9r0J6jfAa9lXqH7y/GDsFLqecfTc/PcFUQ==",
"license": "MIT",
"dependencies": {
"@expo/image-utils": "^0.11.1"
},
"peerDependencies": {
"expo": "*"
}
},
"apps/frontend-mobile/node_modules/expo-manifests": {
"version": "57.0.0",
"resolved": "https://registry.npmjs.org/expo-manifests/-/expo-manifests-57.0.0.tgz",