【发布时间】:2020-11-04 18:00:00
【问题描述】:
【问题讨论】:
标签: react-native scrollview scrollbar react-native-scrollview
【问题讨论】:
标签: react-native scrollview scrollbar react-native-scrollview
我终于找到了解决方案。 使用这个包 react-native-scroll-indicator
这是我的代码
<ScrollViewIndicator
shouldIndicatorHide={false}
flexibleIndicator={false}
scrollIndicatorStyle={{ backgroundColor: 'pink' }}
scrollIndicatorContainerStyle={{ backgroundColor: 'rgba(0, 0, 0, 0.1)' }}
>
...
</ScrollViewIndicator>
【讨论】: