Android水平ScrollView负边距不起作用

时间:2019-12-18 04:41:33

标签: react-native react-native-android

在负边距内的ios水平ScrollView上完美运行。

但Android无法正常工作。

<View style={{
    backgroundColor: 'white',
    marginVertical: 16,
    borderWidth: 0,
    minHeight: 114,
    width: 130
}}>
    <View style={{ marginTop: -16 }}>
        <FastImage source={{ uri: ##ImgURL## }} style={{
            borderRadius: 3,
            marginHorizontal: 8,
        }} />
    </View>
</View>

ios结果图像

enter image description here

android结果图像

enter image description here

0 个答案:

没有答案