Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Pick PDF not working when using Images types #329

Closed
msaqlain opened this issue Jul 22, 2020 · 1 comment
Closed

Android Pick PDF not working when using Images types #329

msaqlain opened this issue Jul 22, 2020 · 1 comment

Comments

@msaqlain
Copy link
Contributor

In android v3.5.3 when i use DocumentPicker.types.images it overrides all types and show only images in picker.

 const file = await DocumentPicker.pick({
          type: [DocumentPicker.types.pdf, DocumentPicker.types.images],
          readContent: true,
          copyTo: 'cachesDirectory',
        });

Currently I want pdf and images both but it is only showing images.

@vonovak
Copy link
Collaborator

vonovak commented Jul 22, 2020

closed via #330

@vonovak vonovak closed this as completed Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants