加载一张背景为透明的图片,渲染完显示背景色黑色 (react-native)
<Image source={require('./Resources/qiqiu.png')} style={{width:80, height:80, backgroundColor:"blue"}} />
<Image source={require('./Resources/qiqiu.png')} style={{width:80, height:80, backgroundColor:"blue"}} />
2018-09-19
举报