Fix image menu in landscape orientation (#11188)

This commit is contained in:
Spence Pope
2026-07-21 08:07:43 -04:00
committed by GitHub
parent daa11b63e7
commit 0ba78623d6
@@ -78,6 +78,7 @@ export function ImageMenu({onPressShare, onPressSave}: Props) {
visible={isMounted} visible={isMounted}
animationType="none" animationType="none"
onRequestClose={close} onRequestClose={close}
supportedOrientations={['portrait', 'landscape']}
statusBarTranslucent> statusBarTranslucent>
<Pressable <Pressable
accessibilityRole="button" accessibilityRole="button"