Update README.md (#327)

We should probably update this part as since this package is no longer using `Intent.ACTION_OPEN_DOCUMENT`  or `Intent.ACTION_PICK` since 2017
This commit is contained in:
Marq Roldan 2020-07-21 20:47:33 +08:00 committed by GitHub
parent 9e10393af5
commit 242ffde18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
A React Native wrapper for:
- Apple's `UIDocumentPickerViewController`
- Android's `Intent.ACTION_OPEN_DOCUMENT` / `Intent.ACTION_PICK`
- Android's `Intent.ACTION_GET_CONTENT`
- Windows `Windows.Storage.Pickers`
### Installation