We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e624501 + f8c0401 commit 6dca1e2Copy full SHA for 6dca1e2
index.js
@@ -52,7 +52,7 @@ class ImageLoad extends React.Component {
52
style={[styles.viewImageStyles, { borderRadius: borderRadius }, backgroundColor ? { backgroundColor: backgroundColor } : {}]}
53
>
54
{
55
- this.props.isShowActivity &&
+ (this.props.isShowActivity && !this.state.isError) &&
56
<ActivityIndicator
57
style={styles.activityIndicator}
58
size={loadingStyle ? loadingStyle.size : 'small'}
0 commit comments