react-native-fit-image
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "react-native-fit-image", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Responsive image component to fit perfectly itself.", | ||
@@ -8,3 +8,3 @@ "main": "dist/FitImage.js", | ||
"build": "babel src -d dist", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "tape -r babel-register -r react-native-mock/mock test/**/*.js | tap-diff" | ||
}, | ||
@@ -30,3 +30,10 @@ "repository": { | ||
"babel-cli": "^6.8.0", | ||
"babel-preset-react-native": "^1.7.0" | ||
"babel-preset-react-native": "^1.7.0", | ||
"enzyme": "^2.3.0", | ||
"react": "^0.14.8", | ||
"react-dom": "^0.14.8", | ||
"react-native": "^0.25.1", | ||
"react-native-mock": "^0.2.2", | ||
"tap-diff": "^0.1.1", | ||
"tape": "^4.5.1" | ||
}, | ||
@@ -33,0 +40,0 @@ "babel": { |
@@ -46,5 +46,5 @@ # React Native Fit Image [![npm version](https://badge.fury.io/js/react-native-fit-image.svg)](https://badge.fury.io/js/react-native-fit-image) | ||
![FitImageExample - Portrait](./FitImageExample/fit_image_example_portrait.gif) | ||
![FitImageExample - LandScape](./FitImageExample/fit_image_example_landscape.gif) | ||
![FitImageExample - Portrait](https://github.com/originerd/react-native-fit-image-example/blob/master/fit_image_example_portrait.gif) | ||
![FitImageExample - LandScape](https://github.com/originerd/react-native-fit-image-example/blob/master/fit_image_example_landscape.gif) | ||
[1]: https://github.com/huiseoul/react-native-fit-image/tree/master/FitImageExample | ||
[1]: https://github.com/originerd/react-native-fit-image-example |
Sorry, the diff of this file is not supported yet
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
8146
5
106
0
9