Skip to content

Commit

Permalink
Merge pull request #290 from rparet/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md for zip file documentation
  • Loading branch information
vonovak authored Apr 2, 2020
2 parents 47669ee + c3bb317 commit 62a5534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ The object a `pick` Promise resolves to or the objects in the array a `pickMulti
- `DocumentPicker.types.plainText`: Plain text files ie: `.txt` (`text/plain` or `public.plain-text`)
- `DocumentPicker.types.audio`: All audio types (`audio/*` or `public.audio`)
- `DocumentPicker.types.pdf`: PDF documents (`application/pdf` or `com.adobe.pdf`)
- `DocumentPicker.types.zip`: Zip files (`application/zip` or `public.zip-archive`)
### `DocumentPicker.isCancel(err)`
Expand Down

0 comments on commit 62a5534

Please sign in to comment.