From 30c0bfc1082dd6278f20bd2d6b162d1272f817f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 12 Jun 2019 16:54:28 +0200 Subject: [PATCH] rn: disable vertical scrollbars on bottom sheets --- react/features/base/dialog/components/native/BottomSheet.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react/features/base/dialog/components/native/BottomSheet.js b/react/features/base/dialog/components/native/BottomSheet.js index 12186cdc7..0ef7e0c36 100644 --- a/react/features/base/dialog/components/native/BottomSheet.js +++ b/react/features/base/dialog/components/native/BottomSheet.js @@ -61,7 +61,9 @@ class BottomSheet extends PureComponent { styles.sheetItemContainer, _styles.sheet ] }> - + { this._getWrappedContent() }