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