@hyoungnamoh/react-native-scalable-image
Version:
React Native Image component which scales width or height automatically to keep the aspect ratio
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "@hyoungnamoh/react-native-scalable-image",
"version": "1.1.0",
"license": "MIT",
"description": "React Native Image component which scales width or height automatically to keep the aspect ratio",
"keywords": [
"react-native",
"image",
"component",
"scalable",
"aspect-ratio",
"scales-width",
"scales-height"
],
"homepage": "https://github.com/hyoungnamoh/react-native-scalable-image",
"bugs": {
"url": "https://github.com/hyoungnamoh/react-native-scalable-image/issues"
},
"author": {
"name": "hyoungnam",
"email": "5hyoungnam@naver.com",
"url": "https://github.com/hyoungnamoh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyoungnamoh/react-native-scalable-image.git"
},
"dependencies": {
"@types/react": "^18.2.47"
},
"devDependencies": {
"@types/react-native": ">=0.60.2"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": ">=18.0.0",
"react-native": ">=0.59.0"
},
"scripts": {}
}