Fix image menu in landscape orientation (#11188)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user