Skip to content

Commit 56ea91c

Browse files
authored
document common mime types
1 parent ca0dc6b commit 56ea91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use `pick` or `pickMultiple` to open a document picker for the user to select fi
3636
##### `type`:`string|Array<string>`:
3737

3838
The type or types of documents to allow selection of. May be an array of types as single type string.
39-
- On Android these are MIME types such as `text/plain` or partial MIME types such as `image/*`.
39+
- On Android these are MIME types such as `text/plain` or partial MIME types such as `image/*`. See [common MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types).
4040
- On iOS these must be Apple "[Uniform Type Identifiers](https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html)"
4141
- If `type` is omitted it will be treated as `*/*` or `public.content`.
4242
- Multiple type strings are not supported on Android before KitKat (API level 19), Jellybean will fall back to `*/*` if you provide an array with more than one value.

0 commit comments

Comments
 (0)