我试图将水平滚动视图放在此地图的顶部,但它不会滚动。我究竟做错了什么?
<ScrollView
style={{
position: 'absolute',
bottom: 50,
}}
horizontal
contentContainerStyle={{
width: screen.width,
height: 120,
alignItems: 'center',
justifyContent: 'center',
}}
>
答案 0 :(得分:1)
好吧,我通过不在contentContainerStyle
中指定宽度来解决这个问题