React Native Navigation:删除 Web 上的滚动条
React Native Navigation: Remove Scroll Bar on Web
有人知道如何删除这个滚动条吗?
下面的代码没有帮助。
我正在使用 React Native Navigation v6
<DrawerContentScrollView
showsVerticalScrollIndicator={false}
showsHorizontalScrollIndicator={false}
>
</DrawerContentScrollView>
我在我的项目中使用 Native-Base V3.2.2
所以答案只是添加
溢出:“隐藏”
到根视图
有人知道如何删除这个滚动条吗? 下面的代码没有帮助。 我正在使用 React Native Navigation v6
<DrawerContentScrollView
showsVerticalScrollIndicator={false}
showsHorizontalScrollIndicator={false}
>
</DrawerContentScrollView>
我在我的项目中使用 Native-Base V3.2.2 所以答案只是添加 溢出:“隐藏” 到根视图