react native 样式同时存在

148 阅读1分钟
支持css样式和行内样式一起写

注意如果是加载图片,图片的样式文件直接写到行内,不然会出现图片无法展示的问题.

<Image style={{...styles.qrCodeImage, width: 69,height: 69}} source={{uri:configData.qrCode}} />