文件名称:react-native-cameraroll:React Native的备用相机胶卷模块
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-21 11:23:29
Java
React本地相机胶卷 RNCameraRoll是React Native的替代CameraRoll模块,可在iOS和Android上提供一致的行为 安装 npm i react-native-cameraroll --save 平台特定的设置指南: 用法 import RNCameraRoll from 'react-native-cameraroll'; getAssets(params: Object): Promise<Object> 从设备的“相机胶卷”中检索图像和/或视频资产。 RNCameraRoll . getAssets ( { assetType : 'image' , limit : 20 } ) . then ( response => console . log ( response ) ) . catch ( err => console . e
【文件预览】:
react-native-cameraroll-master
----.gitignore(998B)
----.babelrc(34B)
----.flowconfig(4KB)
----.eslintrc(848B)
----package.json(1KB)
----android()
--------build.gradle(1KB)
--------src()
----.watchmanconfig(175B)
----ios()
--------RNCameraRoll()
--------RNCameraRoll.xcodeproj()
----LICENSE(1KB)
----index.js(1KB)
----README.md(2KB)
----RNCameraRoll.podspec(903B)
----.npmignore(997B)
----docs()
--------installation.android.md(1KB)
--------installation.ios.md(897B)
----.editorconfig(166B)