Commit 86a93d38 authored by Syan's avatar Syan

add Android 视频选择

parent 81edf1ae
...@@ -134,8 +134,12 @@ export default { ...@@ -134,8 +134,12 @@ export default {
allowPickingImage: false, allowPickingImage: false,
allowPickingMultipleVideo: true, allowPickingMultipleVideo: true,
videoMaximumDuration: 20, videoMaximumDuration: 20,
MaxSecond: 60,
MinSecond: 0,
recordVideoSecond: 60,
videoCount: 1,
...options ...options
}; };
RNSyanImagePicker.openVideoPicker(optionObj, callback) return RNSyanImagePicker.openVideoPicker(optionObj, callback)
} }
}; };
{ {
"name": "react-native-syan-image-picker", "name": "react-native-syan-image-picker",
"version": "0.3.2", "version": "0.3.3",
"description": "React-Native 多图片选择 支持裁剪 压缩", "description": "React-Native 多图片选择 支持裁剪 压缩",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment