简体   繁体   中英

How to allow user to input files in react native?

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 component for this use? Does anyone have any recommendations on how to go about this?

Thanks!

Please 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM