react-native-cached-image
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -148,3 +148,3 @@ 'use strict'; | ||
const style = this.props.style || styles.image; | ||
const source = this.state.cachedImagePath ? { | ||
const source = (this.state.isCacheable && this.state.cachedImagePath) ? { | ||
uri: 'file://' + this.state.cachedImagePath | ||
@@ -151,0 +151,0 @@ } : this.props.source; |
{ | ||
"name": "react-native-cached-image", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "CachedImage component for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19857