react-native-auto-dimensions-image
Version:
This component can adjust the dimensions according to the given height or width. Both dimensions can be set for any local or server image
29 lines (28 loc) • 832 B
JSON
{
"name": "react-native-auto-dimensions-image",
"version": "0.1.1",
"description": "This component can adjust the dimensions according to the given height or width. Both dimensions can be set for any local or server image",
"main": "./src/index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KaviduAloka/react-native-auto-dimensions-image.git"
},
"keywords": [
"react-native",
"width",
"height",
"scale",
"image",
"dynamic",
"dimension"
],
"author": "KaviduAloka",
"license": "ISC",
"bugs": {
"url": "https://github.com/KaviduAloka/react-native-auto-dimensions-image/issues"
},
"homepage": "https://github.com/KaviduAloka/react-native-auto-dimensions-image#readme"
}