React Native 图片查看组件的方法
(编辑:jimmy 日期: 2024/11/8 浏览:3 次 )
React Native 图片查看组件:react-native-image-viewer,纯JS组件,小巧快速的图标查看组件。支持图片放大缩小,支持图片加载失败设置替代图片,支持将图片保存到本地等功能。
效果图
安装方法
npm i react-native-image-zoom-viewer --save
使用示例
const images = [ { url: 'https://avatars2.githubusercontent.com/u/7970947"_blank" href="https://github.com/forrest23/ReactNativeComponents" rel="external nofollow" >https://github.com/forrest23/ReactNativeComponents 本次示例代码在 Component06文件夹中。
组件地址:https://github.com/ascoders/react-native-image-viewer
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
下一篇:vue-cli结合Element-ui基于cropper.js封装vue实现图片裁剪组件功能