We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<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?判断了然后给了不同的图片,是组件现在还不能显示加载时的默认图片?
The text was updated successfully, but these errors were encountered: