krishnazden
krishnazden

Reputation: 1177

Document Picker in React Native

Scenario: Say end-user got a attachment in mail app in ios. And user wants to upload this file in my app.

In React native is there any good working component? I want to use it to create facility where my user can upload files( not images).

Any help would be appreciated.

Upvotes: 0

Views: 2096

Answers (1)

krishnazden
krishnazden

Reputation: 1177

As suggested by @jaineshdoshi, component hosted at www.npmjs.com/package/react-native-document-picker can be used as document picker..

ps: since ios 11 has file app, this solution might work differently on older ios version

Upvotes: 1

Related Questions