Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/scanner-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"expo": "~54.0.33",
"expo-camera": "~17.0.10",
"expo-camera": "~55.0.10",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: expo-camera 55.x is incompatible with the app’s current Expo SDK 54 pin. Keep expo-camera on the SDK 54-compatible range (or upgrade Expo SDK first).

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/scanner-app/package.json, line 23:

<comment>`expo-camera` 55.x is incompatible with the app’s current Expo SDK 54 pin. Keep `expo-camera` on the SDK 54-compatible range (or upgrade Expo SDK first).</comment>

<file context>
@@ -20,7 +20,7 @@
     "crypto-js": "^4.2.0",
     "expo": "~54.0.33",
-    "expo-camera": "~17.0.10",
+    "expo-camera": "~55.0.10",
     "expo-crypto": "~15.0.8",
     "expo-device": "~8.0.10",
</file context>
Suggested change
"expo-camera": "~55.0.10",
"expo-camera": "~17.0.10",
Fix with Cubic

"expo-crypto": "~15.0.8",
"expo-device": "~8.0.10",
"expo-font": "^14.0.11",
Expand Down
Loading