diff --git a/index.js b/index.js index b47a801..fd24f2a 100644 --- a/index.js +++ b/index.js @@ -52,7 +52,7 @@ class ImageLoad extends React.Component { style={[styles.viewImageStyles, { borderRadius: borderRadius }, backgroundColor ? { backgroundColor: backgroundColor } : {}]} > { - this.props.isShowActivity && + (this.props.isShowActivity && !this.state.isError) &&