From 42ec2622a0c2af2ef2ac4c576b6a3d2514e61c9c Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Sun, 31 May 2026 13:56:46 +0200 Subject: [PATCH] chore: update CameraScreen --- src/screens/CameraScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/CameraScreen.tsx b/src/screens/CameraScreen.tsx index dccb7bb7..12d29759 100644 --- a/src/screens/CameraScreen.tsx +++ b/src/screens/CameraScreen.tsx @@ -114,8 +114,8 @@ export default function CameraScreen({ // Trigger white flash effect const triggerFlash = useCallback(() => { flashOpacity.value = withSequence( - withTiming(1, { duration: 80, easing: Easing.out(Easing.quad) }), - withTiming(0, { duration: 400, easing: Easing.in(Easing.quad) }) + withTiming(1, { duration: 80 }), + withTiming(0, { duration: 400 }) ); }, []);