Fix image menu in landscape orientation

This commit is contained in:
vineyardbovines
2026-07-17 14:47:06 -04:00
committed by Samuel Newman
parent 92ef1528bf
commit 57107677f8
@@ -78,6 +78,7 @@ export function ImageMenu({onPressShare, onPressSave}: Props) {
visible={isMounted}
animationType="none"
onRequestClose={close}
supportedOrientations={['portrait', 'landscape']}
statusBarTranslucent>
<Pressable
accessibilityRole="button"