Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-syan-image-picker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenSource
react-native-syan-image-picker
Commits
86a93d38
Commit
86a93d38
authored
Feb 15, 2019
by
Syan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Android 视频选择
parent
81edf1ae
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
119 additions
and
7 deletions
+119
-7
RNSyanImagePickerModule.java
...c/main/java/com/reactlibrary/RNSyanImagePickerModule.java
+113
-5
index.js
index.js
+5
-1
package.json
package.json
+1
-1
No files found.
android/src/main/java/com/reactlibrary/RNSyanImagePickerModule.java
View file @
86a93d38
This diff is collapsed.
Click to expand it.
index.js
View file @
86a93d38
...
@@ -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
)
}
}
};
};
package.json
View file @
86a93d38
{
{
"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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment