react-native-image-placeholder
Advanced tools
Comparing version
11
index.js
@@ -50,6 +50,9 @@ import React, { PropTypes } from 'react'; | ||
> | ||
<ActivityIndicator | ||
size={this.props.loadingStyle ? this.props.loadingStyle.size : 'small'} | ||
color={this.props.loadingStyle ? this.props.loadingStyle.color : 'gray'} | ||
/> | ||
{ | ||
this.props.isShowActivity && | ||
<ActivityIndicator | ||
size={this.props.loadingStyle ? this.props.loadingStyle.size : 'small'} | ||
color={this.props.loadingStyle ? this.props.loadingStyle.color : 'gray'} | ||
/> | ||
} | ||
</Image> | ||
@@ -56,0 +59,0 @@ </View> |
{ | ||
"name": "react-native-image-placeholder", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "react native image placeholder", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
609628
0.01%89
3.49%