Skip to content

Commit 07e0412

Browse files
skysky
authored andcommitted
1 parent e202c7e commit 07e0412

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ class DocumentPickerUtil {
1616
static images() {
1717
return (Platform.OS === 'android') ? "image/*" : "public.image";
1818
}
19+
20+
static videos() {
21+
return (Platform.OS === 'android') ? "video/*" : "public.movie";
22+
}
1923

2024
static plainText() {
2125
return (Platform.OS === 'android') ? "text/plain" : "public.plain-text";

0 commit comments

Comments
 (0)