ReactNative错误记录
View背景透明,显示出后面的image
2016-01-07
from:here
headline: {
fontSize: 20,
textAlign: 'center',
backgroundColor: 'rgba(0,0,0,0)',
color: 'white'
}
<View style={styles.container}>
<Image
style={styles.backdrop}
source={{uri: 'https://unsplash.com/photos/JWiMShWiF14/download'}}>
<View style={styles.backdropView}>
<Text style={styles.welcome}>Headline</Text>
</View>
</Image>
</View>
image error ...
read moreThere are comments.