From 580a3619e0aa334e954d086e9edad43cb1520fd4 Mon Sep 17 00:00:00 2001 From: Matiss Jurevics Date: Sat, 7 Mar 2026 13:45:00 +0000 Subject: [PATCH] chore(mobile): add camera, wake lock, and socket runtime dependencies --- MobileApp/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MobileApp/package.json b/MobileApp/package.json index 1b6c39e..ac9d88c 100644 --- a/MobileApp/package.json +++ b/MobileApp/package.json @@ -17,10 +17,12 @@ "@react-navigation/elements": "^2.6.3", "@react-navigation/native": "^7.1.8", "expo": "~54.0.33", + "expo-camera": "~17.0.10", "expo-constants": "~18.0.13", "expo-font": "~14.0.11", "expo-haptics": "~15.0.8", "expo-image": "~3.0.11", + "expo-keep-awake": "~15.0.8", "expo-linking": "~8.0.11", "expo-router": "~6.0.23", "expo-splash-screen": "~31.0.13", @@ -36,7 +38,8 @@ "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-web": "~0.21.0", - "react-native-worklets": "0.5.1" + "react-native-worklets": "0.5.1", + "socket.io-client": "^4.8.3" }, "devDependencies": { "@types/react": "~19.1.0",