瀏覽代碼

rn: disable vertical scrollbars on bottom sheets

master
Saúl Ibarra Corretgé 6 年之前
父節點
當前提交
30c0bfc108
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      react/features/base/dialog/components/native/BottomSheet.js

+ 3
- 1
react/features/base/dialog/components/native/BottomSheet.js 查看文件

61
                             styles.sheetItemContainer,
61
                             styles.sheetItemContainer,
62
                             _styles.sheet
62
                             _styles.sheet
63
                         ] }>
63
                         ] }>
64
-                        <ScrollView bounces = { false }>
64
+                        <ScrollView
65
+                            bounces = { false }
66
+                            showsVerticalScrollIndicator = { false }>
65
                             { this._getWrappedContent() }
67
                             { this._getWrappedContent() }
66
                         </ScrollView>
68
                         </ScrollView>
67
                     </View>
69
                     </View>

Loading…
取消
儲存