React-native-document-picker: The picker doesn't show `iCloud drive,Google Drive` , ... . it only shows `Browse` item.

Created on 13 Apr 2019  路  14Comments  路  Source: rnmods/react-native-document-picker

The picker doesn't show iCloud drive,Google Drive , ... . it only shows Browse item.

image

i have enabled iCloud Documents to access iCloud.

All 14 comments

Same here.

Same result here too.

Are you testing on simulator?

I've tested on real devices iPhone and iPad as well. I saw the same 'Browse ...' menu only. How can I activate other menus?

Also I've tested on iPhone. Same behaviour.

Are you testing on simulator?

Tested in real device ... same result ...

I wanted to update the issue, there is a fork from this repo that works as expected:

https://github.com/piranna/react-native-document-picker (branch v3_camera)

I hope this might help others...

Awesome @busyninja Why don't you pull request back in? Can you please add the description to the readme? I need a maintainer I think! Except if @dantman finishes v3

Any updates on where this is at?

Hi guys , can you please create a v3_camera branch where to ask for pull request?

In other case please specify which branch do you want to prepare PR for .

Facing same issue

@busyninja I've checked the piranna version, he already wanted to merge https://github.com/Elyx0/react-native-document-picker/pull/140 adding Web support which was too diverging, V3 is now merged in master but we need someone to do PR to fix this if it's not working as intended still.

Though I found this problem can be resolved by UIDocumentMenuViewController, we shouldn't not use this because it's deprecated as here described. This library already moved from it to UIDocumentPickerViewContrller too. So, it's better to wait for apple api update or abandon showing popup with list menu.

hello, since we're using the UIDocumentPickerViewController as apposed to the deprecated UIDocumentMenuViewController, the provider chooser menu is no longer shown, but users can instead find other file providers (Google drive, dropbox...) in the "Locations" menu - see support.apple.com

There is nothing we can do about this, we're just using apple's apis as they provided them

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JeremyBradshaw7 picture JeremyBradshaw7  路  6Comments

Gentlee picture Gentlee  路  8Comments

FrankFundel picture FrankFundel  路  5Comments

MuneebJS picture MuneebJS  路  5Comments

vsrinivas150283 picture vsrinivas150283  路  3Comments