1. 首页
  2. 数据库
  3. 其它
  4. react native fit image:自适应的图像组件 源码

react native fit image:自适应的图像组件 源码

上传者: 2021-02-09 20:22:29上传 ZIP文件 50.86KB 热度 11次
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 : {
用户评论