You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the new submission flow, we would like to allow users to upload valid documents from their device. We currently have no package that allows doing that for documents (we have one for photos)
Why RNDocumentPicker? react-native-document-picker presents itself as one of the most mature, maintained and used packages out there. It also works for both android and iOS and uses native APIs.
Good suggestion. So far, the package that I chose has been maintained for longer than the expo one and has 4 times more users with a recent release from the maintainers. It also has less issues than the expo similar one. None of the above means it's a better suggestion but it leads me to believe it's a fine one to go with
Description
As part of the new submission flow, we would like to allow users to upload valid documents from their device. We currently have no package that allows doing that for documents (we have one for photos)
Why RNDocumentPicker?
react-native-document-picker
presents itself as one of the most mature, maintained and used packages out there. It also works for both android and iOS and uses native APIs.Alternatives
https://github.com/react-native-documents/document-picker
It's basically the same, just a new rewrite from the save developer
No other alternatives jump to my mind. Example of usage here #10493
The text was updated successfully, but these errors were encountered: