From cbbcbf2af076d32eeaf572f016c0202841ab5a3e Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Wed, 10 Jun 2026 21:15:02 +0200 Subject: [PATCH] fix: move CameraScreen off-screen when not active so TextureView doesn't cover UI --- App.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/App.tsx b/App.tsx index f9bd7fd3..c97ac56d 100644 --- a/App.tsx +++ b/App.tsx @@ -147,7 +147,13 @@ export default function App() { Keep CameraScreen ALWAYS mounted in the background to prevent Android expo-camera hardware crashes when unmounting right after capture */} - + + +