I am building a react native app and I need the user to be able to add a file from their phone (pdf, doc, etc). Is can't seem to find a native ponent for this use? Does anyone have any remendations on how to go about this?
Thanks!
I am building a react native app and I need the user to be able to add a file from their phone (pdf, doc, etc). Is can't seem to find a native ponent for this use? Does anyone have any remendations on how to go about this?
Thanks!
Share Improve this question asked Sep 28, 2021 at 16:20 wezrinewezrine 831 gold badge2 silver badges12 bronze badges1 Answer
Reset to default 3Please try this module. I hope it'll work for you.
npm i react-native-document-picker
Here is the npm package link: Npm-package
Here is the one of example using this package: example