We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e202c7e commit 07e0412Copy full SHA for 07e0412
index.js
@@ -16,6 +16,10 @@ class DocumentPickerUtil {
16
static images() {
17
return (Platform.OS === 'android') ? "image/*" : "public.image";
18
}
19
+
20
+ static videos() {
21
+ return (Platform.OS === 'android') ? "video/*" : "public.movie";
22
+ }
23
24
static plainText() {
25
return (Platform.OS === 'android') ? "text/plain" : "public.plain-text";
0 commit comments