【发布时间】:2017-10-12 07:17:13
【问题描述】:
shadowOffset 在 android react native 中不适合我。
这是我的代码,
<View style={styles.viewimage}>
<Image
style={styles.picture}
source={require('../../../assets/img/vijy.jpg')}
/>
</View>
风格:
viewimage:{
backgroundColor:'yellow',
shadowOffset:
{
width: 10,
height: 10,
},
shadowColor: 'black',
shadowOpacity: 1.0,
},
【问题讨论】:
标签: android react-native shadow