react-native-image-rotate

时间:2024-06-09 10:17:24
【文件属性】:

文件名称:react-native-image-rotate

文件大小:114KB

文件格式:ZIP

更新时间:2024-06-09 10:17:24

Java

React本机图像旋转 该项目支持本机> = 0.40.0 该模块旨在与react-native的一起使用,以创建功能齐全的裁剪工具 安装 首先通过npm安装软件包 $ npm install react-native-image-rotate 然后使用链接本机库 $ react-native link react-native-image-rotate 用法 程序包仅公开一个类,其中包含一个具有以下签名的方法: static rotateImage ( uri : string , angle : number , success : ( uri : string ) => void , failure : ( error : Object ) => void ) : void 例子 检查以获取运行中的iOS / Android示例 执照 麻


【文件预览】:
react-native-image-rotate-master
----.gitignore(418B)
----RNImageRotate.xcodeproj()
--------project.pbxproj(9KB)
----README.md(907B)
----Example()
--------ios()
--------index.android.js(134B)
--------android()
--------index.ios.js(134B)
--------package.json(289B)
--------src()
--------.buckconfig(114B)
--------.flowconfig(3KB)
--------.watchmanconfig(2B)
----android()
--------build.gradle(493B)
--------src()
----RNImageRotate.podspec(726B)
----LICENSE(1KB)
----RNImageRotate()
--------ImageRotateModule.m(3KB)
--------ImageRotateModule.h(99B)
----package.json(805B)
----index.js(1KB)

网友评论