UNPKG

@agungkes/react-native-scalable-image

Version:

React Native Image component which scales width or height automatically to keep the aspect ratio. Using React Native Fast Image as ImageComponent

41 lines (40 loc) 1.11 kB
{ "name": "@agungkes/react-native-scalable-image", "version": "1.0.2", "license": "MIT", "description": "React Native Image component which scales width or height automatically to keep the aspect ratio. Using React Native Fast Image as ImageComponent", "keywords": [ "react-native", "image", "component", "scalable", "aspect-ratio", "scales-width", "scales-height" ], "homepage": "https://github.com/ihor/react-native-scalable-image", "bugs": { "url": "https://github.com/ihor/react-native-scalable-image/issues" }, "author": { "name": "Ihor Burlachenko", "email": "ihor.burlachenko@gmail.com", "url": "http://ihor.burlachenko.com" }, "repository": { "type": "git", "url": "git+https://github.com/Agungkes/react-native-scalable-image" }, "dependencies": { "react-native-fast-image": "^7.0.2" }, "devDependencies": {}, "peerDependencies": { "@types/react": "^16.9.5", "@types/react-native": "^0.60.19", "prop-types": "^15.7.2", "react": "^16.8.3", "react-native": "^0.61.2" }, "scripts": {} }