From 0ba78623d644856ce1d75fe031ccb0e1a80b1ec9 Mon Sep 17 00:00:00 2001 From: Spence Pope Date: Tue, 21 Jul 2026 08:07:43 -0400 Subject: [PATCH] Fix image menu in landscape orientation (#11188) --- src/components/Lightbox/chrome/ImageMenu.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Lightbox/chrome/ImageMenu.tsx b/src/components/Lightbox/chrome/ImageMenu.tsx index 92b5c47749..632f5eb362 100644 --- a/src/components/Lightbox/chrome/ImageMenu.tsx +++ b/src/components/Lightbox/chrome/ImageMenu.tsx @@ -78,6 +78,7 @@ export function ImageMenu({onPressShare, onPressSave}: Props) { visible={isMounted} animationType="none" onRequestClose={close} + supportedOrientations={['portrait', 'landscape']} statusBarTranslucent>