blog
blog copied to clipboard
使用<Image>作为背景图片时,里面包裹的文字标签要用透明属性
<Image style={styles.readingGuideHeader} source={Images.readingGuideHeader}>
<Text style={styles.readingGuideHeaderSubtitle}>balabalblabalbalbalblab
</Image>
readingGuideHeaderTitle: {
textAlign: 'center',
fontFamily: 'PingFangSC-Regular',
fontSize:
color: '#333',
backgroundColor: 'rgba(0,0,0,0)' // here
},