We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<ImageLoader style={{margin:10,width:103,height:Platform.OS==='ios'?65:60}} options={{ rowID: this.props.rowId, src: ${IMG_URL+this.props.rowData.imgOneUrl}, placeholder: 'zw_one_left', }} /> 代码如上,图片也替换了,我看了demo里的源码,你在cell里面根据hidden?判断了然后给了不同的图片,是组件现在还不能显示加载时的默认图片?
${IMG_URL+this.props.rowData.imgOneUrl}