blog icon indicating copy to clipboard operation
blog copied to clipboard

使用<Image>作为背景图片时,里面包裹的文字标签要用透明属性

Open wuweijia opened this issue 7 years ago • 0 comments

<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
},

wuweijia avatar May 22 '17 03:05 wuweijia