diff --git a/react/features/base/dialog/components/BottomSheet.native.js b/react/features/base/dialog/components/BottomSheet.native.js index 4b06fedb6..4f7944b66 100644 --- a/react/features/base/dialog/components/BottomSheet.native.js +++ b/react/features/base/dialog/components/BottomSheet.native.js @@ -53,6 +53,10 @@ export default class BottomSheet extends Component { animationType = { 'slide' } key = 'modal' onRequestClose = { this._onCancel } + supportedOrientations = { [ + 'landscape', + 'portrait' + ] } transparent = { true } visible = { true }>