React Native-Scrollview水平冻结

时间:2019-12-05 06:42:20

标签: react-native scrollview

enter image description here

以前在“单位”列中每个楼层/街区只能水平滚动,而我想一起水平滚动单位。

这是我的代码:

<ScrollView style={{ width: "55%" }} horizontal>
  <View style={styles.GridViewBlockStyle}>
    <TouchableOpacity>
    </TouchableOpacity>
  </View>
</ScrollView>

0 个答案:

没有答案