登录 注册
当前位置:主页 > 资源下载 > 13 > 一个能够实现自适应功能的react-native图像组件:react-native-fit-image

一个能够实现自适应功能的react-native图像组件:react-native-fit-image

  • 更新:2024-11-01 19:10:25
  • 大小:51KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

React原生适合图像 React Native Fit Image使您能够绘制自适应图像组件。 介绍 响应式图像组件非常适合自己。 安装 npm install react-native-fit-image --save 用法 import FitImage from 'react-native-fit-image' ; // custom styles for FitImage var styles = StyleSheet . create ( { fitImage : { borderRadius : 20 , } , fitImageWithSize : {