文件名称:react-native-responsive-image:响应式图像组件,为当前屏幕选择最高分辨率的图像
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-30 08:51:26
JavaScript
响应图像 响应式图像组件,为当前屏幕选择最高分辨率的图像。 安装 yarn add @expo/react-native-responsive-image 用以下命令导入: import ResponsiveImage from '@expo/react-native-responsive-image' ; 用法 ResponsiveImage接受与Image相同的道具,并接受一个称为sources的新道具。 sources prop是一个对象,其键为像素比率(即,屏幕比例为“ 2”或“ 3”)。 它的值为图像源,以相应的像素比率显示在屏幕上。 这是您的用法: < ResponsiveImage sources = { { // The values are anything that Image's source prop accepts 2 : require
【文件预览】:
react-native-responsive-image-master
----ResponsiveImage.js(2KB)
----yarn.lock(300B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(526B)
----package.json(814B)