react-native-cached-image
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -12,3 +12,4 @@ 'use strict'; | ||
ActivityIndicator, | ||
NetInfo | ||
NetInfo, | ||
Platform | ||
} = ReactNative; | ||
@@ -161,2 +162,5 @@ | ||
.then(imagePath => { | ||
if (Platform.OS === 'android') { | ||
imagePath = 'file://' + imagePath; | ||
} | ||
Image.getSize(imagePath, success, failure); | ||
@@ -163,0 +167,0 @@ }) |
{ | ||
"name": "react-native-cached-image", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"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
17640
338